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 | |
---|---|---|
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. |
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