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

HtmlEditorFileManagerSettingsBase Members

Serves as a base for classes that define functional settings of ASPxFileManager control built in editor media dialogs.

Constructors

Name Description
HtmlEditorFileManagerSettingsBase(IPropertiesOwner) Initializes a new instance of the HtmlEditorFileManagerSettingsBase class with the specified owner.

Properties

Name Description
BreadcrumbsSettings Provides access to the breadcrumbs settings used by the File Manager embedded into built-in dialogs.
ClientSideEvents Gets an object that lists the client-side events specific to the built-in ASPxFileManager control used in the editor’s dialogs.
CommonSettings Provides access to a built-in dialog media selector’s main settings.
CustomFileSystemProvider Specifies the custom file system provider used in the file manager.
CustomFileSystemProviderTypeName Specifies the name of a custom file system provider type that is used in the file manager.
DataSource Specifies the object from which a built-in dialog retrieves its list of items.
DataSourceID Specifies the ID of an object from which a built-in dialog retrieves its list of items.
EditingSettings Provides access to a built-in dialog media selector’s editing settings.
Enabled Gets or sets a value indicating whether a built-in dialog media selector is enabled.
FileListSettings Provides access to the file list’s settings in a built-in dialog media selector.
FilteringSettings Provides access to the Html Editor’s settings that affect the file manager’s filtering functionality.
FoldersSettings Provides access to the folder container’s settings within a built-in dialog media selector.
PermissionSettings Provides access to settings that relate to a built-in dialog media selector’s permissions.
ProviderType Specifies the type of provider used by the file manager.
SettingsAdaptivity Provides access to the adaptivity settings of the HTML editor’s built-in dialogs.
SettingsAmazon Gets settings allowing file manager to access a file system retained in Amazon Simple Storage Service (Amazon S3).
SettingsAzure Gets settings allowing file manager to access a file system retained in Azure Service.
SettingsDataSource Gets settings allowing the file manager to access a file system retained in a data source.
SettingsDropbox Gets settings allowing the file manager to access a file system retained in the Dropbox Service.
ToolbarSettings Provides access to the visibility of toolbar items in a built-in dialog media selector.
UploadSettings Provides access to the upload panel’s settings in a built-in dialog media selector.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified HtmlEditorFileManagerSettingsBase object to the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also