Class PageTemplateConfiguration
- Namespace
- Kentico.PageBuilder.Web.Mvc.PageTemplates
- Assembly
- Kentico.Content.Web.Mvc.dll
Page template configuration for the RoutedWebPage instance.
[DataContract(Namespace = "", Name = "PageTemplate")]
public class PageTemplateConfiguration
- Inheritance
-
objectPageTemplateConfiguration
- Extension Methods
Properties
ConfigurationIdentifier
Identifier of the page template configuration based on which the page was created.
[DataMember]
public Guid ConfigurationIdentifier { get; set; }
Property Value
- Guid
FieldIdentifiers
Fields identifiers.
[DataMember]
[JsonProperty("fieldIdentifiers")]
public IReadOnlyDictionary<string, Guid> FieldIdentifiers { get; set; }
Property Value
- IReadOnlyDictionary<string, Guid>
Identifier
Identifier of the page template.
[DataMember]
public string Identifier { get; set; }
Property Value
- string
Properties
Page template properties.
[DataMember]
[JsonProperty("properties")]
public IPageTemplateProperties Properties { get; set; }