Template.FilterCategories Property

Gets or sets the string for the name of the filter that provides the category name displayed in the Template Selection section of the New SharePoint Site page.

Namespace:  [Sites Web service]
Web service reference: http://Site/_vti_bin/Sites.asmx

Syntax

'Declaration
Public Property FilterCategories As String
    Get
    Set
'Usage
Dim instance As Template
Dim value As String

value = instance.FilterCategories

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

Property Value

Type: System.String
Returns a string value specifiying a category filter.

See Also

Reference

Template Class

Template Members

Sites Web Service

Template.DisplayCategory