Click or drag to resize

EnumActionType Enumeration


The list of Action types for a Workflow Transition

Namespace:  Ingeniux.CMS.Enums
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public enum EnumActionType
Members
  Member nameValueDescription
IGX_ACTION_MARK_FOR_PUBLISH1 Gets the action type for Marking a Page for publish.
IGX_ACTION_UNMARK_FOR_PUBLISH2 Gets the action type for Unmarksing a Page for publish.
IGX_ACTION_CHECKIN3 Gets the action type for Checking in a Page.
IGX_ACTION_CHECKOUT4 Gets the action type for Checking out a Page.
IGX_ACTION_REPUBLISH5 Gets the action type for incrementally Publishing a Page.
IGX_ACTION_CUSTOM6 Gets the action type for performing a custom workflow action whose type is specified in the "ProgId" attribute value. The type must inherit the ICustomWorkflowAction interface.
IGX_ACTION_GROUP_NOTIFICATION_MAIL7 Gets the action type for sending a Transition notification email to all members of the Group associated with the target Workstate.
IGX_ACTION_EXTERNAL_CLIENT8 Gets the action type for prompting an additional user interface as a pop-up, before or after the WorkflowAdvances.
IGX_ACTION_SET_LIFETIME_ATTRIBUTES9 Gets the action type for setting a Page's lifecycle. Beyond its lifecycle, a Page is not included in runtime publishes and navigations.
IGX_ACTION_ARCHIVE_PAGE10 Obsolete. Gets the deprecated action type for archiving a Page.
IGX_ACTION_BRIDGE11 Gets the action type for Removing a Page from its current Workflow and Adding it to another Workflow.
IGX_ACTION_REVERT12 Gets the action type for changing the Marked Version of a Page on a Publishing Target to the Page's previous Version.
See Also