Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the specified workflow template.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As SPWorkflowTemplate
Get
'Usage
Dim instance As SPWorkflowTemplateCollection
Dim index As Integer
Dim value As SPWorkflowTemplate
value = instance(index)
public SPWorkflowTemplate this[
int index
] { get; }
Parameters
index
Type: System.Int32The index of the workflow template in the collection.
Property Value
Type: Microsoft.SharePoint.Workflow.SPWorkflowTemplate
An SPWorkflowTemplate object that represents the workflow template.
See Also
Reference
SPWorkflowTemplateCollection Class
SPWorkflowTemplateCollection Members
Microsoft.SharePoint.Workflow Namespace
Other Resources
Workflows in SharePoint Foundation