EnumActionType Enumeration
|
Namespace:
Ingeniux.CMS.Enums
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public enum EnumActionType
Public Enumeration EnumActionType
public enum class EnumActionType
Members
| Member name | Value | Description |
---|
| IGX_ACTION_MARK_FOR_PUBLISH | 1 |
Gets the action type for Marking
a Page for publish.
|
| IGX_ACTION_UNMARK_FOR_PUBLISH | 2 |
Gets the action type for Unmarksing
a Page for publish.
|
| IGX_ACTION_CHECKIN | 3 |
Gets the action type for Checking in
a Page. |
| IGX_ACTION_CHECKOUT | 4 |
Gets the action type for Checking out
a Page. |
| IGX_ACTION_REPUBLISH | 5 |
Gets the action type for incrementally Publishing
a Page.
|
| IGX_ACTION_CUSTOM | 6 |
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_MAIL | 7 |
Gets the action type for sending a Transition notification email
to all members of the Group associated with the target Workstate.
|
| IGX_ACTION_EXTERNAL_CLIENT | 8 |
Gets the action type for prompting an additional user interface as a pop-up,
before or after the WorkflowAdvances.
|
| IGX_ACTION_SET_LIFETIME_ATTRIBUTES | 9 |
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_PAGE | 10 | Obsolete.
Gets the deprecated action type for archiving a Page.
|
| IGX_ACTION_BRIDGE | 11 |
Gets the action type for Removing
a Page from its current Workflow and
Adding it to another Workflow.
|
| IGX_ACTION_REVERT | 12 |
Gets the action type for changing the Marked Version of a Page
on a Publishing Target to the
Page's previous Version.
|
See Also