Table of Contents

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

string

Properties

Category

Gets or sets the template category
public string Category { get; set; }

Property Value

string

DefinitionType

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

Property Value

PageDefinitionType

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