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

ClientTrustLevel Enum

Lists trust levels that specify which actions a client can initiate to execute them on a server side.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.dll

Declaration

public enum ClientTrustLevel

Members

Name Description
Full

A client can initiate any action to execute them on a server side.

Restricted

A client cannot initiate actions that can lead to changing a dashboard stored on a server. This trust level can be used when the ASPxDashboard.WorkingMode/DashboardExtensionSettings.WorkingMode is set to WorkingMode.Viewer to prevent inadvertent or unauthorized modifications to dashboards.

Related API Members

The following properties accept/return ClientTrustLevel values:

Remarks

Values listed in this enumeration are used to set the VerifyClientTrustLevelEventArgs.ClientTrustLevel property.

See Also