Class WebPagesApplicationClientProperties
Properties for web pages application template.
public class WebPagesApplicationClientProperties : TemplateClientProperties
- Inheritance
-
objectWebPagesApplicationClientProperties
- Inherited Members
- Extension Methods
Properties
CanCreateNewContentItem
Indicates whether the user can create new content item.
[Obsolete("This property is no longer used.")]
[ObsoleteSince(29, 1)]
public bool CanCreateNewContentItem { get; set; }
Property Value
- bool
CreateActionSlug
Slug used for the create page action.
public string CreateActionSlug { get; set; }
Property Value
- string
CreateFolderFormItems
Create folder form items.
public ICollection<IFormItemClientProperties> CreateFolderFormItems { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
ItemCountTextTemplate
A string template for displaying the remaining amount of items that can be created in channel.
public string ItemCountTextTemplate { get; set; }
Property Value
- string
Remarks
This value is null for channels with no limit.
Languages
Collection of available languages to choose from.
public IEnumerable<ContentLanguageModel> Languages { get; set; }
Property Value
- IEnumerable<ContentLanguageModel>
LimitReachedText
Tooltip to display when the maximum amount of items in channel is reached.
public string LimitReachedText { get; set; }
Property Value
- string
Remarks
This value is null for channels with no limit.
MaximumItems
The maximum amount of items that the channel can contain. -1 means no maximum.
public int MaximumItems { get; set; }
Property Value
- int
MaximumItemsText
String describing the maximum amount of items in channel.
public string MaximumItemsText { get; set; }
Property Value
- string
Remarks
This value is null for channels with no limit.
NewContentItemButtonsTitle
Title for all new content item buttons.
[Obsolete("This property is no longer used.")]
[ObsoleteSince(29, 1)]
public string NewContentItemButtonsTitle { get; set; }
Property Value
- string
WebPagesApplicationSlug
Slug of the web pages application.
public string WebPagesApplicationSlug { get; set; }
Property Value
- string