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
Members
Member name | Value | Description | |
---|---|---|---|
IGX_ACTION_MARK_FOR_PUBLISH | 1 | Marks the Page for publish. | |
IGX_ACTION_UNMARK_FOR_PUBLISH | 2 | Unmarks the Page for publish. | |
IGX_ACTION_CHECKIN | 3 | Checks in the Page. | |
IGX_ACTION_CHECKOUT | 4 | Checks out the Page. | |
IGX_ACTION_REPUBLISH | 5 | Incrementally Publishes the Page itself. | |
IGX_ACTION_CUSTOM | 6 | 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_MAIL | 7 | Sends a Transition notification email to all members of the Group associated with the target Workstate. | |
IGX_ACTION_EXTERNAL_CLIENT | 8 | Brings an additional user interface as pop-up, before or after the WorkflowAdvances. | |
IGX_ACTION_SET_LIFETIME_ATTRIBUTES | 9 | Sets a Page's lifecycle. Beyond its lifecycle, a Page is not included in runtime publishes and navigations. | |
IGX_ACTION_ARCHIVE_PAGE | 10 | Obsolete. | |
IGX_ACTION_BRIDGE | 11 | Removes the Page from its current Workflow and Add it to another Workflow. | |
IGX_ACTION_REVERT | 12 | Changes the Marked Version of the Page on a Publishing Target to the Page's previous Version. |
See Also