List.SyncFlowCallbackUrl method

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function SyncFlowCallbackUrl ( _
    flowId As String _
) As FlowSynchronizationResult
'Usage
Dim instance As List
Dim flowId As String
Dim returnValue As FlowSynchronizationResult

returnValue = instance.SyncFlowCallbackUrl(flowId)
public FlowSynchronizationResult SyncFlowCallbackUrl(
    string flowId
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.FlowSynchronizationResult

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace