Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / IBatchUpdateable Interface
Members


In This Topic
    IBatchUpdateable Interface
    In This Topic
    Allows a AbstractFolder object to optimize its updates, by modifying its underlying physical store only once.
    Syntax
    'Declaration
     
    Public Interface IBatchUpdateable 
    'Usage
     
    Dim instance As IBatchUpdateable
    public interface IBatchUpdateable 
    Remarks

    This interface is usually implemented by a root folder.

    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