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

In This Topic
    DeletePaths Property (C1FileExplorer)
    In This Topic
    Gets or sets which paths in which files or subdirectories can be deleted.
    Syntax
    'Declaration
     
    Public Property DeletePaths As System.String()
    public System.string[] DeletePaths {get; set;}
    See Also