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
- flowId
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.FlowSynchronizationResult