Class CreateWebPageCreateCommandArguments
Represents arguments of the create web page's Create(CreateWebPageCreateCommandArguments, CancellationToken) and Publish(CreateWebPageCreateCommandArguments, CancellationToken) command.
public sealed class CreateWebPageCreateCommandArguments : FormSubmissionCommandArguments
- Inheritance
-
objectCreateWebPageCreateCommandArguments
- Inherited Members
- Extension Methods
Properties
ContentTypeId
Identifier of the content type to create.
public int ContentTypeId { get; set; }
Property Value
- int
CopyFromExistingLanguageID
Language ID to copy content from. Specifies which content language will be used for prefilling fields of the new web page language variant. If the value is not specified the fields of the new web page language variant are not prefilled.
public int CopyFromExistingLanguageID { get; set; }
Property Value
- int
DisplayName
Display name of the web page.
public string DisplayName { get; set; }
Property Value
- string
TemplateIdentifier
Page template identifier.
public string TemplateIdentifier { get; set; }
Property Value
- string