Share via


WebTemplate.IsRootWebOnly Property

Gets a value that specifies whether the site definition configuration or site template can only be applied to the top-level site in the site collection.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsRootWebOnly As Boolean
    Get
'Usage
Dim instance As WebTemplate
Dim value As Boolean

value = instance.IsRootWebOnly
[RemoteAttribute]
public bool IsRootWebOnly { get; }

Property Value

Type: System.Boolean
Returns Booleantrue if the site definition configuration or site template can only be applied to the top-level site in the site collection; otherwise, returns false. The default value is

See Also

Reference

WebTemplate Class

WebTemplate Members

Microsoft.SharePoint.Client Namespace