SiteCreationProperties members

Sets the initial properties for a new site when it is created.

The SiteCreationProperties type exposes the following members.

Constructors

  Name Description
Public method SiteCreationProperties Creates an instance of the SiteCreationProperties object.

Top

Properties

  Name Description
Public property CompatibilityLevel Gets or sets the compatibility level of the new site.
Public property Lcid Gets or sets the locale ID of the new site.
Public property Owner Gets or sets the login name of the owner of the new site.
Public property StorageMaximumLevel Gets or sets the storage quota of the new site.
Public property StorageWarningLevel Gets or sets the amount of storage usage on the new site that triggers a warning.
Public property Template Gets or sets the web template name of the new site.
Public property TimeZoneId Gets or sets the ID of the new site’s time zone.
Public property Title Gets or sets the new site’s title.
Public property TypeId (Overrides ClientValueObject.TypeId.)
Public property Url Gets or sets the new site’s URL.
Public property UserCodeMaximumLevel Gets or sets the maximum amount of machine resources that can be used by user code on the new site.
Public property UserCodeWarningLevel Gets or sets the amount of machine resources used by user code that triggers a warning.

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)

Top

See also

Reference

SiteCreationProperties class

Microsoft.Online.SharePoint.TenantAdministration namespace