Share via


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:  websvcSites
Assembly:  STSSOAP (in STSSOAP.dll)

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

websvcSites Namespace

Template.FilterCategories