Skip to main content

DocumentSavingEventArgs.MultiUserConflictResolve Property

Gets or sets how to resolve an open document’s multi-user conflict.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public MultiUserConflictResolve MultiUserConflictResolve { get; set; }

Property Value

Type Description
MultiUserConflictResolve

One of the MultiUserConflictResolve values.

Available values:

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.

See Also