List.SyncFlowTemplates method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function SyncFlowTemplates ( _
category As String _
) As FlowSynchronizationResult
'Usage
Dim instance As List
Dim category As String
Dim returnValue As FlowSynchronizationResult
returnValue = instance.SyncFlowTemplates(category)
public FlowSynchronizationResult SyncFlowTemplates(
string category
)
Parameters
- category
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.FlowSynchronizationResult