WebCreationInformation 成员
Specifies the properties of a new site.
WebCreationInformation 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
WebCreationInformation | Initializes a new instance of the WebCreationInformation class. |
页首
属性
名称 | 说明 | |
---|---|---|
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 | 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 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. |
页首
方法
名称 | 说明 | |
---|---|---|
CustomFromJson | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
CustomWriteToXml | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
FromJson | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
InitOnePropertyFromJson | (覆盖 ClientValueObject.InitOnePropertyFromJson(String, JsonReader)。) | |
ToString | (从 Object 继承。) | |
WriteToXml | 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 ClientValueObject.WriteToXml(XmlWriter, SerializationContext)。) |
页首