AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

eCMSActions Enumeration

Defines the available CMS actions that can be performed on business objects.

Namespace:  AdvantageCMS.Core.Admin.Enums
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


[SerializableAttribute]
public enum eCMSActions

Members


Member nameDescription
None No action specified.
SaveAsDraft Save the object as a draft.
Publish Publish the object to make it live.
CopyToDraft Copy the published object back to a draft for editing.
Unpublish Unpublish the object, removing it from the live site.
CreateTask Create a new workflow task for the object.
Preview Preview the object before publishing.
AddDraft Add a new draft version of the object.
Schedule Schedule the object for future publishing.
Delete Delete the object.
Load Load an existing object for viewing or editing.
LoadDataObject Load the underlying data object.
AddNew Create a new object.
Navigate Navigate to the object.
ChangeVersion Switch to a different version of the object.
Clone Clone the object to create a copy.
Clear Clear the current form or selection.
DeleteDraft Delete the draft version of the object.
LoadTaskObject Load an associated task object.
CloseTask Close an open workflow task.
ClearSchedule Clear a previously set publishing schedule.
CloneAlternateLanguage Clone the object for an alternate domain or language.
Return Return to the previous view or action.