Xceed .NET Libraries Documentation
IsRoot Property


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > AbstractFolder Class : IsRoot Property
Gets a value indicating if the folder is a root folder.
Syntax
'Declaration
 
Public ReadOnly Property IsRoot As Boolean
'Usage
 
Dim instance As AbstractFolder
Dim value As Boolean
 
value = instance.IsRoot
public bool IsRoot {get;}

Property Value

true if the folder is a root folder; false otherwise.
Remarks

See FileSystemItem.RootFolder for more information about root folders.

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