IListTemplateNodeInfo Interface

Definition

Provides information about the list template (that is, the Microsoft.SharePoint.SPListTemplate) that is represented by a node in Server Explorer.

public interface class IListTemplateNodeInfo
public interface IListTemplateNodeInfo
type IListTemplateNodeInfo = interface
Public Interface IListTemplateNodeInfo

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.

Properties

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.

Applies to