Click or drag to resize

IWorkflowManagerWorkflowsByContentItemsTIndex Method



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

Parameters

contentItems  IEnumerableString

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

Type Parameters

TIndex

Return Value

IWorkflow

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

See Also