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

FileManagerFolderAccessRule(String, Rights) Constructor

Initializes a new instance of the FileManagerFolderAccessRule class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerFolderAccessRule(
    string path,
    Rights browse
)

Parameters

Name Type Description
path String

A String value specifying a path to which an access rule is applied.

browse Rights

One of the Rights enumeration values specifying the browse permission of this rule.

Remarks

This constructor is used to create a new FileManagerFolderAccessRule class instance and initialize its FileManagerAccessRuleBase.Path and FileManagerAccessRuleBase.Browse properties with the specified values.

See Also