ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1FileExplorer Namespace / FileCommand Enumeration

In This Topic
    FileCommand Enumeration
    In This Topic
    Operations in FileExplorer.
    Syntax
    'Declaration
     
    Public Enum FileCommand 
       Inherits System.Enum
    public enum FileCommand : System.Enum 
    Members
    MemberDescription
    CreateDirectoryCreate a new directory
    DeleteDelete files or folders
    GetItemsGet sub folders and files contained in
    MoveMove files or folders to a new folder
    PastePaste a file or folder to a location
    RenameRename a file or directory
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1FileExplorer.FileCommand

    See Also