Template.DisplayCategory Property

Gets or sets the string value displayed in the Template Selection section of the New SharePoint Site page that represents the category of the site definition.

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

Syntax

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

value = instance.DisplayCategory

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

Property Value

Type: System.String
Returns a string value specifying the site definition category. The default possible values are Collaboration and Meetings.

See Also

Reference

Template Class

Template Members

Sites Web Service

Template.FilterCategories