Class CreateWebPageSecondStepCommandResult
Used for SubmitSecondStep(CreateWebPageCreateCommandArguments, CancellationToken) as a result containing all data needed for the third step.
public class CreateWebPageSecondStepCommandResult : ICreateWebPageStepCommandResult
- Inheritance
-
objectCreateWebPageSecondStepCommandResult
- Implements
- Extension Methods
Properties
ContentTypeId
Selected content type identifier.
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, it is not copying from existing content.
public int CopyFromExistingLanguageID { get; set; }
Property Value
- int
DisplayName
Web page display name.
public string DisplayName { get; set; }
Property Value
- string
Items
In case of failed validation contains page's form items.
public IReadOnlyCollection<IFormItemClientProperties> Items { get; set; }
Property Value
- IReadOnlyCollection<IFormItemClientProperties>
MenuActions
Menu actions allowed for the page.
public IReadOnlyCollection<ContentItemAction> MenuActions { get; set; }
Property Value
- IReadOnlyCollection<ContentItemAction>
Status
Command result status.
public WebPageCommandResultStatus Status { get; set; }
Property Value
TemplateIdentifier
Identifier of the template used for the web page.
public string TemplateIdentifier { get; set; }
Property Value
- string
VersionStatus
Web page item version status.
public ContentItemVersionStatus? VersionStatus { get; set; }