SubwebQuery Class

Defines a query that is used with the GetSubwebsForCurrentUser(SubwebQuery) method to specify which child Web sites to return from a Web site.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.SubwebQuery

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
<ScriptTypeAttribute("SP.SubwebQuery", ValueObject := True, ServerTypeId := "{e3a4d63c-876b-4e24-a972-7664437146fe}")> _
Public NotInheritable Class SubwebQuery _
    Inherits ClientValueObject
'Usage
Dim instance As SubwebQuery
[ScriptTypeAttribute("SP.SubwebQuery", ValueObject = true, ServerTypeId = "{e3a4d63c-876b-4e24-a972-7664437146fe}")]
public sealed class SubwebQuery : ClientValueObject

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SubwebQuery Members

Microsoft.SharePoint.Client Namespace