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