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

MultiUserConflict Enum

Lists values specifying possible reasons for multi-user conflicts.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.AspNetCore.Core.v21.1.dll

NuGet Package: DevExpress.AspNetCore.Core

Declaration

public enum MultiUserConflict

Members

Name Description
None

There is no multi-user conflict.

OtherUserDocumentOverride

The target open document containing unsaved changes from another user is about to be overridden.

OpenedDocumentDeleting

The target open document is about to be deleted.

Related API Members

The following properties accept/return MultiUserConflict values:

See Also