Table of Contents

Class EditorRenderingContext

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll

Represents an editor rendering context.

public class EditorRenderingContext
Inheritance
EditorRenderingContext
Inherited Members

Properties

Item

Gets or sets the item.

public ItemEntry Item { get; set; }

Property Value

ItemEntry

ItemField

Gets or sets the metadata.

public ItemField ItemField { get; set; }

Property Value

ItemField

NestingLevel

Gets or sets current nesting level of rendering(link to item, item list).

public int NestingLevel { get; set; }

Property Value

int

PageID

Gets or sets current page id.

public int PageID { get; set; }

Property Value

int

ParagraphID

Gets or sets current paragraph id.

public int ParagraphID { get; set; }

Property Value

int

TagName

Gets or sets tamplates value tag name.

public string TagName { get; set; }

Property Value

string

TagNamespace

Gets or sets tamplates value tag namespace.

public string TagNamespace { get; set; }

Property Value

string

Template

Gets or sets target template.

public Template Template { get; set; }

Property Value

Template

Value

Gets or sets value to render.

public object Value { get; set; }

Property Value

object
To top