Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / AbstractFolder Class
Members


In This Topic
    AbstractFolder Class
    In This Topic
    Represents a generic folder, and exposes properties and methods that allow folder-oriented operations to be performed.
    Syntax
    'Declaration
     
    Public MustInherit Class AbstractFolder 
       Inherits FileSystemItem
    'Usage
     
    Dim instance As AbstractFolder
    public abstract class AbstractFolder : FileSystemItem 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.FileSystem.FileSystemItem
             Xceed.FileSystem.AbstractFolder
                Xceed.FileSystem.DiskFolder
                Xceed.FileSystem.IsolatedFolder
                Xceed.FileSystem.MemoryFolder
                Xceed.Ftp.FtpFolder
                Xceed.GZip.GZippedFolder
                Xceed.SSH.Client.SFtpFolder
                Xceed.Tar.TarredFolder
                Xceed.Zip.ZippedFolder

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also