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

Return value

Type: Microsoft.SharePoint.Client.FlowSynchronizationResult

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace