Share via


SubwebQuery.ConfigurationFilter property

Gets or sets a value that specifies the site template used to provision a site.

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

Syntax

'Declaration
Public Property ConfigurationFilter As Integer
    Get
    Set
'Usage
Dim instance As SubwebQuery
Dim value As Integer

value = instance.ConfigurationFilter

instance.ConfigurationFilter = value
public int ConfigurationFilter { get; set; }

Property value

Type: System.Int32
Int32
The site template used to provision this site. This property defaults to -1, which means that the query does not filter by site template. The value of this property must not be less than -1.

See also

Reference

SubwebQuery class

SubwebQuery members

Microsoft.SharePoint.Client namespace