IListTemplateNodeInfo Interface
Provides information about the list template (that is, the Microsoft.SharePoint.SPListTemplate) that is represented by a node in Server Explorer.
Namespace: Microsoft.VisualStudio.SharePoint.Explorer.Extensions
Assembly: Microsoft.VisualStudio.SharePoint.Explorer.Extensions (in Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll)
Syntax
'Declaration
Public Interface IListTemplateNodeInfo
public interface IListTemplateNodeInfo
The IListTemplateNodeInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
Category | Gets a ListTemplateCategory value that specifies the category that the list template belongs to. | |
IsHidden | Gets a value that indicates whether the list template is hidden. | |
Name | Gets the name of the list template. |
Top
Remarks
You can retrieve an IListTemplateNodeInfo object from the Annotations property of each IExplorerNode that represents a list template. For more information, see Extending the SharePoint Connections Node in Server Explorer.
See Also
Reference
Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace