ListTemplateCategory Enum

Definition

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

public enum class ListTemplateCategory
public enum ListTemplateCategory
type ListTemplateCategory = 
Public Enum ListTemplateCategory
Inheritance
ListTemplateCategory

Fields

Communications 2

The node represents a list template of the Communications category.

CustomLists 4

The node represents a list template of the Custom Lists category.

Libraries 1

The node represents a list template of the Libraries category.

Other 0

The node represents a list template of the Web Pages category.

Tracking 3

The node represents a list template of the Tracking category.

Remarks

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

Applies to