IExplorerSiteNodeInfo Interface
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.
Provides information about the SharePoint site (that is, the Microsoft.SharePoint.SPWeb) that is represented by a SharePoint site node in Server Explorer.
public interface class IExplorerSiteNodeInfo
public interface IExplorerSiteNodeInfo
type IExplorerSiteNodeInfo = interface
Public Interface IExplorerSiteNodeInfo
Remarks
You can retrieve an IExplorerSiteNodeInfo object from the Annotations property of each IExplorerNode that represents a SharePoint site node. For more information, see Extending the SharePoint Connections Node in Server Explorer.
Properties
Id |
Gets the ID of the Microsoft.SharePoint.SPWeb that is represented by the SharePoint site node. |
IsConnectionRoot |
Gets a value that indicates whether the SharePoint site node is the immediate child of the SharePoint Connections node in Server Explorer. |
IsRootWeb |
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). |
Title |
Gets the name of the Microsoft.SharePoint.SPWeb that is represented by the SharePoint site node. |
Url |
Gets the URL of the Microsoft.SharePoint.SPWeb that is represented by the SharePoint site node. |