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

UrlAccessSecurityLevelSetting.SafeSetSecurityLevel(UrlAccessSecurityLevel) Method

OBSOLETE

Use the DevExpress.Security.Resources.AccessSettings.StaticResources.TrySetRules method instead.

For internal use.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[Obsolete("Use the DevExpress.Security.Resources.AccessSettings.StaticResources.TrySetRules method instead.")]
public static bool SafeSetSecurityLevel(
    UrlAccessSecurityLevel value
)

Parameters

Name Type
value UrlAccessSecurityLevel

Returns

Type
Boolean
See Also