Click or drag to resize

IWorkflowManagerWorkflowsByContentItemsTIndex Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IWorkflow[] WorkflowsByContentItems<TIndex>(
	IEnumerable<string> contentItems
)
where TIndex : new(), AbstractIndexCreationTask

Parameters

contentItems
Type: System.Collections.GenericIEnumerableString

[Missing <param name="contentItems"/> documentation for "M:Ingeniux.CMS.IWorkflowManager.WorkflowsByContentItems``1(System.Collections.Generic.IEnumerable{System.String})"]

Type Parameters

TIndex

Return Value

Type: IWorkflow

[Missing <returns> documentation for "M:Ingeniux.CMS.IWorkflowManager.WorkflowsByContentItems``1(System.Collections.Generic.IEnumerable{System.String})"]

See Also