WebCreationInformation Class

Specifies the properties of a new site.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.WebCreationInformation

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.WebCreationInformation", ValueObject := True,  _
    ServerTypeId := "{8f9e9fbe-189e-492f-884f-98f9ef9cc4d6}")> _
Public NotInheritable Class WebCreationInformation _
    Inherits ClientValueObject
'Usage
Dim instance As WebCreationInformation
[ScriptTypeAttribute("SP.WebCreationInformation", ValueObject = true, 
    ServerTypeId = "{8f9e9fbe-189e-492f-884f-98f9ef9cc4d6}")]
public sealed class WebCreationInformation : 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

WebCreationInformation Members

Microsoft.SharePoint.Client Namespace