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

In This Topic
    CloudType Property (FileManager)
    In This Topic
    Gets or sets the type of cloud will be supported by FileManager
    Syntax
    'Declaration
     
    Public Property CloudType As CloudTypes
    public CloudTypes CloudType {get; set;}
    See Also