ExtensionNodeTypes Class

Definition

Defines IDs for built-in Server Explorer nodes that represent individual components on a SharePoint site, such as nodes that represent lists, fields, or content types.

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

Remarks

Use the ExtensionNodeTypes 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

ContentTypeNode

Specifies the ID for nodes that represent a Microsoft.SharePoint.SPContentType.

FeatureNode

Specifies the ID for nodes that represent a Microsoft.SharePoint.SPFeature.

FieldNode

Specifies the ID for nodes that represent a Microsoft.SharePoint.SPField that is attached to a content type or list.

ListNode

Specifies the ID for nodes that represent a Microsoft.SharePoint.SPList.

ListTemplateNode

Specifies the ID for nodes that represent a Microsoft.SharePoint.SPListTemplate.

ListViewNode

Specifies the ID for nodes that represent a Microsoft.SharePoint.SPView.

WorkflowAssociationNode

Specifies the ID for nodes that represent a Microsoft.SharePoint.Workflow.SPWorkflowAssociation.

WorkflowTemplateNode

Specifies the ID for nodes that represent a Microsoft.SharePoint.Workflow.SPWorkflowTemplate.

Applies to