Enum CloseOptions
CloseOptions enumeration
Namespace: Quark.CMSAdapters.Core.UI
Assembly: Quark.CMSAdapters.Core.dll
Syntax
public enum CloseOptions
Fields
Name | Description |
---|---|
ASK | Ask user |
CLOSE | Close document |
DISCARD_CHANGES | Discard your changes. |
SAVE_CHANGES | Save document to the server. |
SAVE_DRAFT | Save a draft of document to the server. |