IWorkflowAttributeWorkflowActionTypes Property
|
Gets the list of
Action types on which this attribute can be used.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<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
IEnumerableEnumActionType
See Also