ExplorerNodeTypes Class

Definition

Defines IDs for several built-in SharePoint nodes in Server Explorer.

public ref class ExplorerNodeTypes abstract sealed
public static class ExplorerNodeTypes
type ExplorerNodeTypes = class
Public Class ExplorerNodeTypes
Inheritance
ExplorerNodeTypes

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.

Fields

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.

Applies to