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