FileManagerFolderAccessRule Constructors
Specifies an access rule for a folder within a file manager.| Name | Parameters | Description |
|---|---|---|
| FileManagerFolderAccessRule() | none | Initializes a new instance of the FileManagerFolderAccessRule class with the default settings. |
| FileManagerFolderAccessRule(String, Rights) | path, browse | Initializes a new instance of the FileManagerFolderAccessRule class with the specified settings. |
| FileManagerFolderAccessRule(String) | path | Initializes a new instance of the FileManagerFolderAccessRule class with the specified path. |
See Also