ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1FileExplorer Namespace / C1FileExplorer Class / ViewPaths Property

In This Topic
    ViewPaths Property
    In This Topic
    Get or set the folder paths to show.
    Syntax
    'Declaration
     
    Public Property ViewPaths As System.String()
    public System.string[] ViewPaths {get; set;}
    See Also