Share via


SPWebTemplate.IsRootWebOnly Property

Gets a value that indicates whether the site definition configuration or site template is applicable to only the root site in the site collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public ReadOnly Property IsRootWebOnly As Boolean
    Get

Dim instance As SPWebTemplate
Dim value As Boolean

value = instance.IsRootWebOnly
public bool IsRootWebOnly { get; }

Property Value

Type: System.Boolean
true if the template or configuration applies only to root sites; otherwise, false. The default is false.

Remarks

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

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

See Also

Reference

SPWebTemplate Class

SPWebTemplate Members

Microsoft.SharePoint Namespace

Other Resources

WebTemp.xml

Collaborative Application Markup Language (CAML)

Custom Site Templates

Site Definitions and Configurations