HtmlEditorFileSaveSettings Properties
Contains settings related to saving an uploaded file to the HtmlEditor extension’s file storage.| 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. |
See Also