ExtensionNodeTypes Class

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.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.SharePoint.Explorer.Extensions.ExtensionNodeTypes

Namespace:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions
Assembly:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions (in Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class ExtensionNodeTypes
public static class ExtensionNodeTypes

The ExtensionNodeTypes type exposes the following members.

Fields

  Name Description
Public fieldStatic member ContentTypeNode Specifies the ID for nodes that represent a Microsoft.SharePoint.SPContentType.
Public fieldStatic member FeatureNode Specifies the ID for nodes that represent a Microsoft.SharePoint.SPFeature.
Public fieldStatic member FieldNode Specifies the ID for nodes that represent a Microsoft.SharePoint.SPField that is attached to a content type or list.
Public fieldStatic member ListNode Specifies the ID for nodes that represent a Microsoft.SharePoint.SPList.
Public fieldStatic member ListTemplateNode Specifies the ID for nodes that represent a Microsoft.SharePoint.SPListTemplate.
Public fieldStatic member ListViewNode Specifies the ID for nodes that represent a Microsoft.SharePoint.SPView.
Public fieldStatic member WorkflowAssociationNode Specifies the ID for nodes that represent a Microsoft.SharePoint.Workflow.SPWorkflowAssociation.
Public fieldStatic member WorkflowTemplateNode Specifies the ID for nodes that represent a Microsoft.SharePoint.Workflow.SPWorkflowTemplate.

Top

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.

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.

See Also

Reference

Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace