SP.Workflow.WorkflowAssociationCollection.itemAt(index) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the workflow association at the specified index of the collection.
var value = SP.Workflow.WorkflowAssociationCollection.itemAt(index);
Parameters
index
Type: int
The zero-based index of the workflow association in the collection.
Return Value
Type: SP.Workflow.WorkflowAssociation
The workflow association at the specified index of the collection.
Remarks
This method gets the workflow association at the index specified by the index parameter in the collection.
Applies To
SP.Workflow.WorkflowAssociationCollection Class
See Also
Reference
SP.Workflow.WorkflowAssociationCollection Methods