IWorkflowManagerWorkflowsByContentItemsTIndex Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIWorkflow[] 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 AbstractIndexCreationTaskParameters
- 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