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