ItemIdListIsRootOfNamespace Property |
Returns true if the current ItemIdList is the root of the shell name space. This is commonly the "Desktop"
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public bool IsRootOfNamespace { get; }
Public ReadOnly Property IsRootOfNamespace As Boolean
Get
public:
property bool IsRootOfNamespace {
bool get ();
}
member IsRootOfNamespace : bool with get
Property Value
Type:
BooleanSee Also