SPWorkflowCollection.GetInstanceIds method
Gets a collection of the GUIDs for the workflow instances in the collection.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetInstanceIds As Collection(Of Guid)
'Usage
Dim instance As SPWorkflowCollection
Dim returnValue As Collection(Of Guid)
returnValue = instance.GetInstanceIds()
public Collection<Guid> GetInstanceIds()
Return value
Type: System.Collections.ObjectModel.Collection<Guid>
A collection of the GUIDs that represent the IDs of the workflow instances in the collection.
See also
Reference
Microsoft.SharePoint.Workflow namespace
Other resources
Workflows in Windows SharePoint Services
Workflow Development for Windows SharePoint Services
Workflow Object Model in Windows SharePoint Services Overview