IExplorerSiteNodeInfo Interface
Provides information about the SharePoint site (that is, the Microsoft.SharePoint.SPWeb) that is represented by a SharePoint site node in Server Explorer.
Namespace: Microsoft.VisualStudio.SharePoint.Explorer
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IExplorerSiteNodeInfo
public interface IExplorerSiteNodeInfo
The IExplorerSiteNodeInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
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.