Share via


WorkflowInstanceService.EnumerateInstancesForSiteWithOffset method

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

Syntax

'Declaration
Public Overridable Function EnumerateInstancesForSiteWithOffset ( _
    offset As Integer _
) As WorkflowInstanceCollection
'Usage
Dim instance As WorkflowInstanceService
Dim offset As Integer
Dim returnValue As WorkflowInstanceCollection

returnValue = instance.EnumerateInstancesForSiteWithOffset(offset)
public virtual WorkflowInstanceCollection EnumerateInstancesForSiteWithOffset(
    int offset
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstanceCollection

See also

Reference

WorkflowInstanceService class

WorkflowInstanceService members

Microsoft.SharePoint.Client.WorkflowServices namespace