IListNodeInfo.Category Property

Definition

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.

Applies to