Template.IsHidden Property
Gets or sets a Boolean value that pecifies whether the site definition or site template is displayed as an option in the user interface.
Namespace: [Sites Web service]
Web service reference: http://Site/_vti_bin/Sites.asmx
Syntax
'Declaration
Public Property IsHidden As Boolean
Get
Set
'Usage
Dim instance As Template
Dim value As Boolean
value = instance.IsHidden
instance.IsHidden = value
public bool IsHidden { get; set; }
Property Value
Type: System.Boolean
Returns true if the site template is hidden; otherwise, returns false.