ListCategory Enum
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.
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
Name | Value | Description |
---|---|---|
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.