Class ParagraphDefinition
- Namespace
- Dynamicweb.Content
- Assembly
- Dynamicweb.dll
The paragraph definition
public class ParagraphDefinition
- Inheritance
-
ParagraphDefinition
- Inherited Members
Properties
Category
Gets or sets the template category
public string Category { get; set; }
Property Value
CategoryId
Gets or sets the template category id
public int CategoryId { get; set; }
Property Value
DefinitionType
Gets or sets the type of paragraph definition
public ParagraphDefinitionType 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; }