IWorkflowManagerWorkflowByContentItemTIndex(String) Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIWorkflow WorkflowByContentItem<TIndex>(
string contentItemId
)
where TIndex : new(), AbstractIndexCreationTask
Function WorkflowByContentItem(Of TIndex As {New, AbstractIndexCreationTask}) (
contentItemId As String
) As IWorkflowgeneric<typename TIndex>
where TIndex : gcnew(), AbstractIndexCreationTask
IWorkflow^ WorkflowByContentItem(
String^ contentItemId
)
abstract WorkflowByContentItem :
contentItemId : string -> IWorkflow when 'TIndex : new() and AbstractIndexCreationTaskParameters
- contentItemId String
[Missing <param name="contentItemId"/> documentation for "M:Ingeniux.CMS.IWorkflowManager.WorkflowByContentItem``1(System.String)"]
Type Parameters
- TIndex
Return Value
IWorkflow[Missing <returns> documentation for "M:Ingeniux.CMS.IWorkflowManager.WorkflowByContentItem``1(System.String)"]
See Also