SPWebTemplate.IsSubWebOnly Property

Gets a value that indicates whether the site definition configuration or Web template is applicable only to subsites created within the site collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property IsSubWebOnly As Boolean
    Get
'Usage
Dim instance As SPWebTemplate
Dim value As Boolean

value = instance.IsSubWebOnly
[ClientCallableAttribute]
public bool IsSubWebOnly { get; }

Property Value

Type: System.Boolean
true if the template or configuration applies only to subsites; otherwise, false.

Remarks

If the SPWebTemplate represents a site definition configuration, this property corresponds to the SubWebOnly attribute of a Configuration element in a WebTemp*.xml file. (See Understanding WebTemp*.xml Files for more information.) If the attribute is not present, then the property is false.

If the SPWebTemplate represents a Web template, this property always returns false.

See Also

Reference

SPWebTemplate Class

SPWebTemplate Members

Microsoft.SharePoint Namespace

Other Resources

Understanding WebTemp*.xml Files

Collaborative Application Markup Language (CAML)

Web Templates

Site Definitions and Configurations