SPListTemplate.CategoryType Property

Gets the category type of the list definition or template.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property CategoryType As SPListCategoryType
    Get
'Usage
Dim instance As SPListTemplate
Dim value As SPListCategoryType

value = instance.CategoryType
public SPListCategoryType CategoryType { get; }

Property Value

Type: Microsoft.SharePoint.SPListCategoryType
An Microsoft.SharePoint.SPListCategoryType value that indicates the category type.

See Also

Reference

SPListTemplate Class

SPListTemplate Members

Microsoft.SharePoint Namespace