IWorkflowAttributeWorkflowActionTypes Property
|
Gets the list of
Action types on which this attribute can be used.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<EnumActionType> WorkflowActionTypes { get; }
ReadOnly Property WorkflowActionTypes As IEnumerable(Of EnumActionType)
Get
property IEnumerable<EnumActionType>^ WorkflowActionTypes {
IEnumerable<EnumActionType>^ get ();
}
abstract WorkflowActionTypes : IEnumerable<EnumActionType> with get
Property Value
Type:
IEnumerableEnumActionTypeSee Also