SP.Workflow.WorkflowTemplate.name Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets a value that gives the name of the workflow template.
var value = SP.Workflow.WorkflowTemplate.get_name();
Property Value
Type: String
Applies To
SP.Workflow.WorkflowTemplate Class
Remarks
This name is displayed in the user interface when creating new workflow associations of this template.
It must not be . It must not be empty. Its length must be equal to or less than 255.null
See Also
Reference
SP.Workflow.WorkflowTemplate Methods