ListTemplateCategory Enumeration

Specifies the category of a Microsoft.SharePoint.SPListTemplate that a Server Explorer node represents.

Namespace:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions
Assembly:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions (in Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll)

Syntax

'Declaration
Public Enumeration ListTemplateCategory
public enum ListTemplateCategory

Members

Member name Description
Other The node represents a list template of the Web Pages category.
Libraries The node represents a list template of the Libraries category.
Communications The node represents a list template of the Communications category.
Tracking The node represents a list template of the Tracking category.
CustomLists The node represents a list template of the Custom Lists category.

Remarks

Use the Category property of an IListTemplateNodeInfo object to determine the category of the list template.

See Also

Reference

Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace