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

In This Topic
    DeletePaths Property (C1FileExplorerDeleteEventArgs)
    In This Topic
    Paths to delete.
    Syntax
    'Declaration
     
    Public ReadOnly Property DeletePaths As System.String()
    public System.string[] DeletePaths {get;}
    See Also