Class CreateWebPageClientProperties
Create web page template client properties.
public class CreateWebPageClientProperties : TemplateClientProperties
- Inheritance
-
objectCreateWebPageClientProperties
- Inherited Members
- Extension Methods
Properties
CreateFormNamePrefix
Prefix of the create web page form name.
public string CreateFormNamePrefix { get; set; }
Property Value
- string
HeadlineFirstStep
Page headline first step.
public string HeadlineFirstStep { get; set; }
Property Value
- string
HeadlineSecondStep
Page headline second step.
public string HeadlineSecondStep { get; set; }
Property Value
- string
IsLanguageVariantCreation
Indicates whether the template should send language variant creation specific commands.
public bool IsLanguageVariantCreation { get; set; }
Property Value
- bool
IsNoContentTypeAllowed
Indicates wheather there is any allowed content type displayed.
public bool IsNoContentTypeAllowed { get; set; }
Property Value
- bool
Items
Form items representing edited form fields.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
MenuActions
Menu actions allowed for the page.
public IReadOnlyCollection<ContentItemAction> MenuActions { get; set; }
Property Value
- IReadOnlyCollection<ContentItemAction>
Status
Web page item status.
public ContentItemStatus Status { get; set; }
Property Value
SubheadlineFirstStep
Page subheadline.
public string SubheadlineFirstStep { get; set; }
Property Value
- string
VersionStatus
Web page item version status.
public ContentItemVersionStatus? VersionStatus { get; set; }
Property Value
WebPagesApplicationSlug
Slug of the web pages application.
public string WebPagesApplicationSlug { get; set; }
Property Value
- string