ExplorerNodeTypes Class
Defines IDs for several built-in SharePoint nodes in Server Explorer.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodeTypes
Namespace: Microsoft.VisualStudio.SharePoint.Explorer
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public NotInheritable Class ExplorerNodeTypes
public static class ExplorerNodeTypes
The ExplorerNodeTypes type exposes the following members.
Fields
Name | Description | |
---|---|---|
ConnectionNode | Specifies the ID for site connection nodes in Server Explorer (nodes that display site URLs). | |
GenericFolderNode | Specifies the ID for parent nodes in Server Explorer. | |
SiteNode | Specifies the ID for site nodes in Server Explorer. |
Top
Remarks
Use the ExplorerNodeTypes values with the ExplorerNodeTypeAttribute to specify a built-in SharePoint node that you want to extend. For more information, see How to: Extend a SharePoint Node in Server Explorer and How to: Add a Custom SharePoint Node to Server Explorer.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.