Skip to main content
A newer version of this page is available. .

MultiUserConflictResolve Enum

Lists values specifying how to resolve an open document’s multi-user conflict.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum MultiUserConflictResolve

Members

Name Description
Persist

Specifies that the target open document should be persisted. A specific exception will be thrown for the processed document: “It is impossible to save to an already opened file.”

Override

Specifies that the target open document should be overridden with the currently processed document.

Related API Members

The following properties accept/return MultiUserConflictResolve values:

Remarks

Values listed by this enumeration are used to set the DocumentSavingEventArgs.MultiUserConflictResolve property.

See Also