SubwebQuery.ConfigurationFilter Property

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

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 Property ConfigurationFilter As Integer
    Get
    Set
'Usage
Dim instance As SubwebQuery
Dim value As Integer

value = instance.ConfigurationFilter

instance.ConfigurationFilter = value
[RemoteAttribute]
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