WebCreationInformation members
Specifies the properties of a new site.
The WebCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebCreationInformation | Initializes a new instance of the WebCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of the new site. | |
Language | Gets or sets the locale ID that specifies the language of the new site. | |
Title | Gets or sets a value that specifies the title of the new site. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) | |
Url | Gets or sets the URL leaf name of the new site. | |
UseSamePermissionsAsParentSite | Gets or sets a value that specifies whether the new site will inherit permissions from its parent site. | |
WebTemplate | Gets or sets a value that specifies the name of the site template to be used for creating the new site. |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top