Xceed .NET Libraries Documentation
BatchUpdateable Property (MemoryFolder)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > MemoryFolder Class : BatchUpdateable Property
Gets the IBatchUpdateable implementation for this item.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property BatchUpdateable As IBatchUpdateable
'Usage
 
Dim instance As MemoryFolder
Dim value As IBatchUpdateable
 
value = instance.BatchUpdateable
protected override IBatchUpdateable BatchUpdateable {get;}

Property Value

a null reference (Nothing in Visual Basic) since the IBatchUpdateable interface is not implemented.
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

Reference

MemoryFolder Class
MemoryFolder Members
Base Implementation in BatchUpdateable