SiteCreationProperties members
Sets the initial properties for a new site when it is created.
The SiteCreationProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SiteCreationProperties | Creates an instance of the SiteCreationProperties object. |
Top
Properties
Name | Description | |
---|---|---|
CompatibilityLevel | Gets or sets the compatibility level of the new site. | |
Lcid | Gets or sets the locale ID of the new site. | |
Owner | Gets or sets the login name of the owner of the new site. | |
StorageMaximumLevel | Gets or sets the storage quota of the new site. | |
StorageWarningLevel | Gets or sets the amount of storage usage on the new site that triggers a warning. | |
Template | Gets or sets the web template name of the new site. | |
TimeZoneId | Gets or sets the ID of the new site’s time zone. | |
Title | Gets or sets the new site’s title. | |
TypeId | (Overrides ClientValueObject.TypeId.) | |
Url | Gets or sets the new site’s URL. | |
UserCodeMaximumLevel | Gets or sets the maximum amount of machine resources that can be used by user code on the new site. | |
UserCodeWarningLevel | Gets or sets the amount of machine resources used by user code that triggers a warning. |
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 | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
Top