SP.Workflow.WorkflowAssociationCreationInformation.contentTypeAssociationHistoryListName 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 history list to be used by a site content type workflow association.

var value = SP.Workflow.WorkflowAssociationCreationInformation.get_contentTypeAssociationHistoryListName(); 
SP.Workflow.WorkflowAssociationCreationInformation.set_contentTypeAssociationHistoryListName(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 HistoryList 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

SP.Workflow Namespace