Click or drag to resize

IWorkflowManagerWorkflowByContentItemTIndex Method (String)


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IWorkflow WorkflowByContentItem<TIndex>(
	string contentItemId
)
where TIndex : new(), AbstractIndexCreationTask

Parameters

contentItemId
Type: SystemString

[Missing <param name="contentItemId"/> documentation for "M:Ingeniux.CMS.IWorkflowManager.WorkflowByContentItem``1(System.String)"]

Type Parameters

TIndex

Return Value

Type: IWorkflow

[Missing <returns> documentation for "M:Ingeniux.CMS.IWorkflowManager.WorkflowByContentItem``1(System.String)"]

See Also