Share via


IExplorerSiteNodeInfo.IsRootWeb Property

Definition

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.

Applies to