Class PageTemplate
Page template definition metadata.
public sealed class PageTemplate
- Inheritance
-
objectPageTemplate
- Extension Methods
Properties
Description
Page template description.
public string Description { get; set; }
Property Value
- string
DisplayName
Page template display name.
public string DisplayName { get; set; }
Property Value
- string
IconClass
Page template icon class.
public string IconClass { get; set; }
Property Value
- string
Identifier
Page template identifier.
public string Identifier { get; set; }
Property Value
- string
IsCustom
Indicates if the page template is custom.
public bool IsCustom { get; set; }
Property Value
- bool