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


In This Topic
    IsolatedFolder Class
    In This Topic
    Specialization of the AbstractFolder class that implements access to a folder located in Isolated Storage. This class is not supported by Xceed Zip for .NET Compact Framework as Isolated Storage does not exist on the .NET Compact Framework.
    Syntax
    'Declaration
     
    Public Class IsolatedFolder 
       Inherits AbstractFolder
    'Usage
     
    Dim instance As IsolatedFolder
    public class IsolatedFolder : AbstractFolder 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.FileSystem.FileSystemItem
             Xceed.FileSystem.AbstractFolder
                Xceed.FileSystem.IsolatedFolder

    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