EnumActionType Enumeration Ingeniux CMS Content Store API

The list of Workflow Transition's Actions types

Namespace: Ingeniux.CMS.Enums
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public enum EnumActionType
Members

  Member nameValueDescription
IGX_ACTION_MARK_FOR_PUBLISH1Marks the Page for publish.
IGX_ACTION_UNMARK_FOR_PUBLISH2Unmarks the Page for publish.
IGX_ACTION_CHECKIN3Checks in the Page.
IGX_ACTION_CHECKOUT4Checks out the Page.
IGX_ACTION_REPUBLISH5 Incrementally Publishes the Page itself.
IGX_ACTION_CUSTOM6 Performs 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 Sends a Transition notification email to all members of the Group associated with the target Workstate.
IGX_ACTION_EXTERNAL_CLIENT8 Brings an additional user interface as pop-up, before or after the WorkflowAdvances.
IGX_ACTION_SET_LIFETIME_ATTRIBUTES9 Sets a Page's lifecycle. Beyond its lifecycle, a Page is not included in runtime publishes and navigations.
IGX_ACTION_ARCHIVE_PAGE10 Obsolete.
IGX_ACTION_BRIDGE11Removes the Page from its current Workflow and Add it to another Workflow.
IGX_ACTION_REVERT12 Changes the Marked Version of the Page on a Publishing Target to the Page's previous Version.
See Also

Reference