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
ItemField
Gets or sets the metadata.
public ItemField ItemField { get; set; }
Property Value
NestingLevel
Gets or sets current nesting level of rendering(link to item, item list).
public int NestingLevel { get; set; }
Property Value
PageID
Gets or sets current page id.
public int PageID { get; set; }
Property Value
ParagraphID
Gets or sets current paragraph id.
public int ParagraphID { get; set; }
Property Value
TagName
Gets or sets tamplates value tag name.
public string TagName { get; set; }
Property Value
TagNamespace
Gets or sets tamplates value tag namespace.
public string TagNamespace { get; set; }
Property Value
Template
Gets or sets target template.
public Template Template { get; set; }
Property Value
Value
Gets or sets value to render.
public object Value { get; set; }