Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace

The Microsoft.VisualStudio.SharePoint.Explorer.Extensions namespace contains types you can use to get information about built-in Server Explorer nodes that represent individual components on a SharePoint site, such as nodes that represents lists, fields, or content types. For more information, see Extending the SharePoint Connections Node in Server Explorer.

Classes

  Class Description
Public class ExtensionNodeTypes 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.

Interfaces

  Interface Description
Public interface IContentTypeNodeInfo Provides information about the content type (that is, the Microsoft.SharePoint.SPContentType) that is represented by a node in Server Explorer.
Public interface IFeatureNodeInfo Provides information about the Feature (that is, the Microsoft.SharePoint.SPFeature) that is represented by a node in Server Explorer.
Public interface IFieldNodeInfo Provides information about the field (that is, the Microsoft.SharePoint.SPField) that is represented by a node in Server Explorer.
Public interface IListNodeInfo Provides information about the list (that is, the Microsoft.SharePoint.SPList) that is represented by a node in Server Explorer.
Public interface IListTemplateNodeInfo Provides information about the list template (that is, the Microsoft.SharePoint.SPListTemplate) that is represented by a node in Server Explorer.
Public interface IListViewNodeInfo Provides information about the list view (that is, the Microsoft.SharePoint.SPView) that is represented by a node in Server Explorer.
Public interface IWorkflowAssociationNodeInfo Provides information about the workflow association (that is, the Microsoft.SharePoint.Workflow.SPWorkflowAssociation) that is represented by a node in Server Explorer.
Public interface IWorkflowTemplateNodeInfo Provides information about the workflow template (that is, the Microsoft.SharePoint.Workflow.SPWorkflowTemplate) that is represented by a node in Server Explorer.

Enumerations

  Enumeration Description
Public enumeration FeatureScope Specifies the scope of a Microsoft.SharePoint.SPFeature that a Server Explorer node represents.
Public enumeration ListCategory Specifies the category of a Microsoft.SharePoint.SPList that a Server Explorer node represents.
Public enumeration ListTemplateCategory Specifies the category of a Microsoft.SharePoint.SPListTemplate that a Server Explorer node represents.

See Also

Reference

Other Resources

Extending the SharePoint Connections Node in Server Explorer