SP.Workflow.WorkflowAssociationCreationInformation.contentTypeAssociationTaskListName Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the name of the workflow task list to be used by a site content type workflow association.
var value = SP.Workflow.WorkflowAssociationCreationInformation.get_contentTypeAssociationTaskListName();
SP.Workflow.WorkflowAssociationCreationInformation.set_contentTypeAssociationTaskListName(value);
Property Value
Type: String
Applies To
SP.Workflow.WorkflowAssociationCreationInformation Class
Remarks
Its value must not be null and must not be empty if the workflow will be created with a site content type workflow template and the value of TaskList is null. Its value must be ignored for any other type of workflow template.
See Also
Reference
SP.Workflow.WorkflowAssociationCreationInformation Methods
SP.Workflow.WorkflowAssociationCreationInformation Properties