ListCategory Enum

Definition

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

public enum class ListCategory
public enum ListCategory
type ListCategory = 
Public Enum ListCategory
Inheritance
ListCategory

Fields

DocumentLibrary 0

The node represents a document library.

List 1

The node represents a list.

Remarks

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

Applies to