Xceed .NET Libraries Documentation
DoIsRoot Property (AbstractFolder)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > AbstractFolder Class : DoIsRoot Property
Gets a boolean value indicating if the folder is a root folder.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property DoIsRoot As Boolean
'Usage
 
Dim instance As AbstractFolder
Dim value As Boolean
 
value = instance.DoIsRoot
protected virtual bool DoIsRoot {get;}

Property Value

true if the folder represented by the AbstractFolder class is a root folder; false otherwise.
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

AbstractFolder Class
AbstractFolder Members