Table of Contents

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

string

CategoryId

Gets or sets the template category id
public int CategoryId { get; set; }

Property Value

int

DefinitionType

Gets or sets the type of paragraph definition
public ParagraphDefinitionType DefinitionType { get; set; }

Property Value

ParagraphDefinitionType

Description

Gets or sets the description
public string Description { get; set; }

Property Value

string

Icon

Gets or sets the icon html
public string Icon { get; set; }

Property Value

string

Id

Gets or sets the identfier
public string Id { get; set; }

Property Value

string

Image

Gets or sets the image path
public string Image { get; set; }

Property Value

string

Name

Gets or sets the name
public string Name { get; set; }

Property Value

string
To top