IListNodeInfo.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 ListCategory value that specifies the category that the list belongs to.
public:
property Microsoft::VisualStudio::SharePoint::Explorer::Extensions::ListCategory Category { Microsoft::VisualStudio::SharePoint::Explorer::Extensions::ListCategory get(); };
public Microsoft.VisualStudio.SharePoint.Explorer.Extensions.ListCategory Category { get; }
member this.Category : Microsoft.VisualStudio.SharePoint.Explorer.Extensions.ListCategory
Public ReadOnly Property Category As ListCategory
Property Value
The category that the list belongs to.
Remarks
This value corresponds to the Microsoft.SharePoint.SPList.BaseType
property.