HtmlEditorFileSaveSettings Members
Contains settings related to saving an uploaded file to the HtmlEditor extension’s file storage.Constructors
| Name | Description |
|---|---|
| HtmlEditorFileSaveSettings() | Initializes a new instance of the HtmlEditorFileSaveSettings class with default settings. |
| HtmlEditorFileSaveSettings(ASPxHtmlEditorUploadSettingsBase) | Initializes a new instance of the HtmlEditorFileSaveSettings class with the specified file upload settings. |
| HtmlEditorFileSaveSettings(String, ASPxHtmlEditorUploadSettingsBase) | Initializes a new instance of the HtmlEditorFileSaveSettings class with the specified file name and upload settings. |
Properties
| Name | Description |
|---|---|
| AmazonSettings | Provides access to the account settings required to upload files to the Amazon Simple Storage Service (Amazon S3). |
| AzureSettings | Provides access to the account settings required to upload files to Microsoft Azure. |
| DropboxSettings | Provides access to the account settings required to upload files to the Dropbox Service. |
| FileName | Gets or sets the name of the uploaded file. |
| FileSystemSettings | Gets settings allowing the HtmlEditor to upload files to the server’s physical file system. |
| Storage | Specifies the type of file storage used by the HtmlEditor. |
| UploadFolderUrlPath | Gets or sets a value that specifies the relative URL path to the upload folder. |
Methods
| Name | Description |
|---|---|
| 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 a string that represents the current object. Inherited from Object. |
See Also