Class PageDefinition
- Namespace
- Dynamicweb.Content
- Assembly
- Dynamicweb.dll
The paragraph definition
public class PageDefinition
- Inheritance
-
PageDefinition
- Inherited Members
Fields
StandardCategory
public const string StandardCategory = "Templates"
Field Value
Properties
Category
Gets or sets the template category
public string Category { get; set; }
Property Value
DefinitionType
Gets or sets the type of paragraph definition
public PageDefinitionType DefinitionType { get; set; }
Property Value
Description
Gets or sets the description
public string Description { get; set; }
Property Value
Icon
Gets or sets the icon html
public string Icon { get; set; }
Property Value
Id
Gets or sets the identfier
public string Id { get; set; }
Property Value
Image
Gets or sets the image path
public string Image { get; set; }
Property Value
Name
Gets or sets the name
public string Name { get; set; }