MultiUserConflict Enum
Lists values specifying possible reasons for multi-user conflicts.
Namespace: DevExpress.Web.Office
Assembly: DevExpress.Web.v19.2.dll
Declaration
public enum MultiUserConflict
Public Enum MultiUserConflict
Members
Name |
Description |
None |
There is no multi-user conflict.
|
OpenedDocumentDeleting |
The target open document is about to be deleted.
|
OtherUserDocumentOverride |
The target open document containing unsaved changes from another user is about to be overridden.
|
See Also