Xceed .NET Libraries Documentation
m_isRoot Field


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > AbstractFolder Class : m_isRoot Field
Identifies if this folder is a root folder.
Syntax
'Declaration
 
Protected m_isRoot As Boolean
'Usage
 
Dim instance As AbstractFolder
Dim value As Boolean
 
value = instance.m_isRoot
 
instance.m_isRoot = value
protected bool m_isRoot
Remarks

Notes to inheritors: The constructors of derived classes should set this field to true if they represent the 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

Reference

AbstractFolder Class
AbstractFolder Members