ListTemplateCategory 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.SPListTemplate 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 ListTemplateCategory
public enum ListTemplateCategory
Members
Member name | Description | |
---|---|---|
Communications | The node represents a list template of the Communications category. | |
CustomLists | The node represents a list template of the Custom Lists category. | |
Libraries | The node represents a list template of the Libraries category. | |
Other | The node represents a list template of the Web Pages category. | |
Tracking | The node represents a list template of the Tracking category. |
Remarks
Use the Category property of an IListTemplateNodeInfo object to determine the category of the list template.
See Also
Reference
Microsoft.VisualStudio.SharePoint.Explorer.Extensions Namespace