ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FileManagerTagHelper Class / CloudType Property

In This Topic
    CloudType Property (FileManagerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FileManager.CloudType. Sets the type of cloud will be supported by FileManager
    Syntax
    'Declaration
     
    Public Property CloudType As CloudTypes
    public CloudTypes CloudType {get; set;}
    See Also