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

In This Topic
    SearchPatterns Property
    In This Topic
    Get or set the patterns of files that are shown, usually the file extensions.
    Syntax
    'Declaration
     
    Public Property SearchPatterns As System.String()
    public System.string[] SearchPatterns {get; set;}
    See Also