[]
Defines a builder to configurate FileManager.
public class FileManagerBuilder : ControlBuilder<FileManager, FileManagerBuilder>, IHtmlString
Name | Description |
---|---|
FileManagerBuilder(FileManager) | Creates one FileManagerBuilder instance to configurate |
Name | Description |
---|---|
CloudType(CloudTypes) | Configurates CloudType. Sets the type of cloud will be supported by FileManager |
ContainerName(string) | Configurates ContainerName. Use only for Azure, OneDrive cloud. |
FileExtentionImageFormater(string) | Configurates FileExtentionImageFormater. Function to return image path for each file extention. |
HostUrl(string) | Configurates HostUrl. Host Url of machine which host the server. |
InitPath(string) | Configurates InitPath. Initial path of cloud. (obsolete) please use Root Folder and Container Name (of Azure) instead. |
IsReadOnly(bool) | Configurates IsReadOnly. Sets a value indicating whether user can only read content of control or not. |
RootFolder(string) | Configurates RootFolder. Path of root folder. |