IWorkflowManagerWorkflowsByContentItemsTIndex Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IWorkflow[] WorkflowsByContentItems<TIndex>(
IEnumerable<string> contentItems
)
where TIndex : new(), AbstractIndexCreationTask
Function WorkflowsByContentItems(Of TIndex As {New, AbstractIndexCreationTask}) (
contentItems As IEnumerable(Of String)
) As IWorkflow()
generic<typename TIndex>
where TIndex : gcnew(), AbstractIndexCreationTask
array<IWorkflow^>^ WorkflowsByContentItems(
IEnumerable<String^>^ contentItems
)
abstract WorkflowsByContentItems :
contentItems : IEnumerable<string> -> IWorkflow[] when 'TIndex : new() and 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