SP.Workflow.WorkflowTemplateCollection.item Property
Applies to: SharePoint Foundation 2010
Gets the workflow template at the specified index of the collection.
var value = SP.Workflow.WorkflowTemplateCollection.get_item(index);
Parameters
index
Type: int
The zero-based index of the workflow template in the collection.
Property Value
Type: SP.Workflow.WorkflowTemplate
The workflow template at the specified index of the collection.
Applies To
SP.Workflow.WorkflowTemplateCollection Class
See Also
Reference
SP.Workflow.WorkflowTemplateCollection Methods