[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FileManagerBuilder

FileManagerBuilder Class

Defines a builder to configurate FileManager.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class FileManagerBuilder : ControlBuilder<FileManager, FileManagerBuilder>, IHtmlString

Constructors

Name Description
FileManagerBuilder(FileManager)

Creates one FileManagerBuilder instance to configurate component.

Methods

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.

Extension Methods