ListCategory Enumeration

Specifies the category of a Microsoft.SharePoint.SPList that a Server Explorer node represents.

Namespace:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions
Assembly:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions (in Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll)

Syntax

'Declaration
Public Enumeration ListCategory
public enum ListCategory

Members

Member name Description
DocumentLibrary The node represents a document library.
List The node represents a list.

Remarks

Use the Category property of an IListNodeInfo object to determine the category of the list.

See Also

Reference

Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace