ListTemplateCategory Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Other | 0 | The node represents a list template of the Web Pages category. |
Libraries | 1 | The node represents a list template of the Libraries category. |
Communications | 2 | The node represents a list template of the Communications category. |
Tracking | 3 | The node represents a list template of the Tracking category. |
CustomLists | 4 | 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.