Skip to main content
A newer version of this page is available.
All docs
V18.2

RichEditFileManagerEditingSettings Properties

Contains settings that relate to the editing functionality of the embedded FileManager which is used within certain built-in dialogs.
Name Description
AllowCopy Gets or sets a value specifying whether an item can be copied. Inherited from FileManagerSettingsEditing.
AllowCreate Gets or sets a value specifying whether folders can be created. Inherited from FileManagerSettingsEditing.
AllowDelete Gets or sets a value specifying whether items can be deleted. Inherited from FileManagerSettingsEditing.
AllowDownload Gets or sets a value specifying whether file downloading is enabled in the FileManager used within certain built-in dialogs.
AllowMove Gets or sets a value specifying whether an item can be moved. Inherited from FileManagerSettingsEditing.
AllowRename Gets or sets a value specifying whether items can be renamed. Inherited from FileManagerSettingsEditing.
DownloadedArchiveName Specifies the name of the downloaded file archive. Inherited from FileManagerSettingsEditing.
TemporaryFolder Gets or sets the server folder where files, which are currently being downloaded, are maintained. Inherited from FileManagerSettingsEditing.
See Also