IExplorerSiteNodeInfo.IsRootWeb Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the Microsoft.SharePoint.SPWeb that is represented by the SharePoint site node is the RootWeb of its site collection (Microsoft.SharePoint.SPSite).
public:
property bool IsRootWeb { bool get(); };
public bool IsRootWeb { get; }
member this.IsRootWeb : bool
Public ReadOnly Property IsRootWeb As Boolean
Property Value
true
if the Microsoft.SharePoint.SPWeb that is represented by the SharePoint site node is the RootWeb of its site collection (Microsoft.SharePoint.SPSite); otherwise, false
.