EptButtonEptButtonAction Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines the actions that can be peformed by the EptButton

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum EptButtonAction
Members

  Member nameValueDescription
None0The EptButton performs no action.
Approve1The EptButton approves the document.
CheckIn2The EptButton performs a check-in operation on the document.
CheckOut3The EptButton performs a check-out operation on the document.
Delete4The EptButton deletes the document.
Reject5The EptButton rejects the document.
Save6The EptButton saves the document.
SaveAndApprove7The EptButton saves and then approves the document.
SaveAndSendForApproval8The EptButton saves and sends the document for approval.
SendForApproval9The EptButton sends the document for approval.
SpellCheck10The EptButton performs spellchecking on the document.
See Also

Reference