Share via


SPWebTemplate.FilterCategories Property

Gets the legacy category of the site that served as the source for the template when SPWebTemplate represents a custom site template.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public ReadOnly Property FilterCategories As String
    Get

Dim instance As SPWebTemplate
Dim value As String

value = instance.FilterCategories
public string FilterCategories { get; }

Property Value

Type: System.String
a null reference (Nothing in Visual Basic), if the SPWebTemplate represents a site definition configuration instead of a site template.
"Meetings", if the SPWebTemplate represents a site template and the source site from which it was created uses any of the configurations in the MPS site definition.
"Collaboration", if the SPWebTemplate represents a site template and the source site from which it was created uses a configuration from any other site definition, such as STS, BLOG, or WIKI.

Remarks

This property is never read by any code that ships with Windows SharePoint Services 3.0.

Enhanced portal or content management solutions built on Windows SharePoint Services 3.0, such as Microsoft Office SharePoint Server 2007, may use this property for a purpose other than what is described here and it may have a different pattern of values in those solutions from what is described here.

In general this property can be used to categorize site definition configurations in ways that do not map precisely onto the categorizations that appear as tab labels in the Template Selection section of the New SharePoint Site page. (See DisplayCategory.) Since the property is not settable, you must set the value of the FilterCategories attribute of the <Configuration> element in the WebTemp*.xml file that defines the site definition. (See WebTemp.xml for more information.)

See Also

Reference

SPWebTemplate Class

SPWebTemplate Members

Microsoft.SharePoint Namespace

Other Resources

WebTemp.xml

Collaborative Application Markup Language (CAML)

How to: Create a Custom Site Definition and Configuration

How to: Use Site Definition Configurations

Custom Site Templates

Site Definitions and Configurations