Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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 | |
---|---|---|
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 | |
---|---|---|
IContentTypeNodeInfo | Provides information about the content type (that is, the Microsoft.SharePoint.SPContentType) that is represented by a node in Server Explorer. | |
IFeatureNodeInfo | Provides information about the Feature (that is, the Microsoft.SharePoint.SPFeature) that is represented by a node in Server Explorer. | |
IFieldNodeInfo | Provides information about the field (that is, the Microsoft.SharePoint.SPField) that is represented by a node in Server Explorer. | |
IListNodeInfo | Provides information about the list (that is, the Microsoft.SharePoint.SPList) that is represented by a node in Server Explorer. | |
IListTemplateNodeInfo | Provides information about the list template (that is, the Microsoft.SharePoint.SPListTemplate) that is represented by a node in Server Explorer. | |
IListViewNodeInfo | Provides information about the list view (that is, the Microsoft.SharePoint.SPView) that is represented by a node in Server Explorer. | |
IWorkflowAssociationNodeInfo | Provides information about the workflow association (that is, the Microsoft.SharePoint.Workflow.SPWorkflowAssociation) that is represented by a node in Server Explorer. | |
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 | |
---|---|---|
FeatureScope | Specifies the scope of a Microsoft.SharePoint.SPFeature that a Server Explorer node represents. | |
ListCategory | Specifies the category of a Microsoft.SharePoint.SPList that a Server Explorer node represents. | |
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