Table of Contents

Namespace Dynamicweb.Rendering.Designer

Classes

Design
Represents a design and its location
DesignCollection
A collection of Designs
DynamicElement
Represents a dynamic element in a layout, i.e. navigation or contentcontainer
DynamicElementCollection
A collection of DynamicElement
Grid
Helper functions to the grid system
GridContainer
Represents a container with grid enabled (dwcontent element with setting grid:true;grid-settings:file.json;grid-mode:auto).
GridRowDefinition
GridSettings
GridSettings represents how a grid should behave - how many columns, the format etc. Serialized and deserialized to disk by the Grid object
Layout
Represent a layout from a design
LayoutCollection
A collection of Layouts
TemplateFile
A representation of a template file.
TemplateFileCollection
A collection of TemplateFiles

Enums

DynamicElementCollection.SortBy
Defines how DynamicElement collections should be sorted
GridContainer.GridMode
GridMode represents the rendering mode of the grid. grid:true;grid-mode:auto
GridContainer.GridType
GridType represents built-in grids using setting grid:true;grid-type:bootstrap3|Table3Columns
To top