IAccessRule Interface
A rule that allows or denies access.
Namespace: DevExpress.Security.Resources
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Remarks
This interface defines the rules that you should pass as the SetRules(IAccessRule[]) method’s parameter. These rules allow or deny access.
Use the following rule types that implement the IAccessRules interface:
DirectoryAccessRule
Allows or denies access to all/specific file directories.UrlAccessRule
Allows or denies access to all/specific URLs.CustomAccessRule
Uses a custom logic to determine whether to allow or deny access to a URL/directory.SerialiazationFormatRule
Allows or denies a report layout serialization format.
See Also