ListCategory Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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