FileManagerSettingsEditing Properties
Contains settings that relate to the file manager’s functionality.| Name | Description |
|---|---|
| AllowCopy | Gets or sets a value specifying whether an item can be copied. |
| AllowCreate | Gets or sets a value specifying whether folders can be created. |
| AllowDelete | Gets or sets a value specifying whether items can be deleted. |
| AllowDownload | Gets or sets a value specifying whether files can be downloaded. |
| AllowMove | Gets or sets a value specifying whether an item can be moved. |
| AllowRename | Gets or sets a value specifying whether items can be renamed. |
| DownloadedArchiveName | Specifies the name of the downloaded file archive. |
| TemporaryFolder | Gets or sets the server folder where files, which are currently being downloaded, are maintained. |
See Also