IListTemplateNodeInfo.Category Property
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.
Gets a ListTemplateCategory value that specifies the category that the list template belongs to.
public:
property Microsoft::VisualStudio::SharePoint::Explorer::Extensions::ListTemplateCategory Category { Microsoft::VisualStudio::SharePoint::Explorer::Extensions::ListTemplateCategory get(); };
public Microsoft.VisualStudio.SharePoint.Explorer.Extensions.ListTemplateCategory Category { get; }
member this.Category : Microsoft.VisualStudio.SharePoint.Explorer.Extensions.ListTemplateCategory
Public ReadOnly Property Category As ListTemplateCategory
Property Value
The category that the list template belongs to.
Remarks
This value corresponds to the Microsoft.SharePoint.SPListTemplate.CategoryType
property.