Share via


SPSiteSequence.ApplicableRootWebTemplate property

If this site sequence is only applicable to a special root web template, return the number. otherwise, return 0.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ApplicableRootWebTemplate As Integer
    Get
'Usage
Dim instance As SPSiteSequence
Dim value As Integer

value = instance.ApplicableRootWebTemplate
public virtual int ApplicableRootWebTemplate { get; }

Property value

Type: System.Int32

See also

Reference

SPSiteSequence class

SPSiteSequence members

Microsoft.SharePoint.Upgrade namespace