IExplorerSiteNodeInfo 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供伺服器總管中 SharePoint 網站節點所代表之 SharePoint 網站 (即 Microsoft.SharePoint.SPWeb) 的相關資訊。
public interface class IExplorerSiteNodeInfo
public interface IExplorerSiteNodeInfo
type IExplorerSiteNodeInfo = interface
Public Interface IExplorerSiteNodeInfo
備註
您可以從代表 SharePoint 網站節點的每個 IExplorerNode 屬性擷取 IExplorerSiteNodeInfo 物件Annotations。 如需詳細資訊,請參閱 Extending the SharePoint Connections Node in Server Explorer (在伺服器總管中延伸 SharePoint 連線節點)。
屬性
Id |
取得 SharePoint 網站節點所代表的 Microsoft.SharePoint.SPWeb 識別碼。 |
IsConnectionRoot |
取得值,指出 SharePoint 網站節點是否為伺服器總管中 SharePoint 連線節點的直接子系。 |
IsRootWeb |
取得值,指出 SharePoint 網站節點所代表的 Microsoft.SharePoint.SPWeb 是否為其網站集合的 RootWeb (Microsoft.SharePoint.SPSite)。 |
Title |
取得 SharePoint 網站節點所代表的 Microsoft.SharePoint.SPWeb 名稱。 |
Url |
取得 SharePoint 網站節點所代表的 Microsoft.SharePoint.SPWeb URL。 |