IExplorerSiteNodeInfo Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
Public property Id Gets the ID of the Microsoft.SharePoint.SPWeb that is represented by the SharePoint site node.
Public property IsConnectionRoot Gets a value that indicates whether the SharePoint site node is the immediate child of the SharePoint Connections node in Server Explorer.
Public property 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).
Public property Title Gets the name of the Microsoft.SharePoint.SPWeb that is represented by the SharePoint site node.
Public property 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.

See Also

Reference

Microsoft.VisualStudio.SharePoint.Explorer Namespace