WebCreationInformation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.WebCreationInformation", ServerTypeId="{8f9e9fbe-189e-492f-884f-98f9ef9cc4d6}", ValueObject=true)]
public class WebCreationInformation : Microsoft.SharePoint.Client.ClientValueObject
type WebCreationInformation = class
    inherit ClientValueObject
Public Class WebCreationInformation
Inherits ClientValueObject
Inheritance
WebCreationInformation
Attributes

Constructors

WebCreationInformation()

Properties

Description
Language
Title
TypeId
Url
UseSamePermissionsAsParentSite
WebTemplate

Methods

CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
InitOnePropertyFromJson(String, JsonReader)
WriteToXml(XmlWriter, SerializationContext)

Applies to