Class CreateFolderLanguageVariantClientProperties
Create folder language variant template client properties.
public sealed class CreateFolderLanguageVariantClientProperties : TemplateClientProperties
- Inheritance
-
objectCreateFolderLanguageVariantClientProperties
- Inherited Members
- Extension Methods
Properties
Headline
Page headline.
public string Headline { get; set; }
Property Value
- string
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>
Subheadline
Page subheadline.
public string Subheadline { get; set; }
Property Value
- string
WebPagesApplicationSlug
Slug of the web pages application.
public string WebPagesApplicationSlug { get; set; }
Property Value
- string