Table of Contents

Class ItemEditSettings

Namespace
Dynamicweb.Content.Items.Rendering
Assembly
Dynamicweb.dll
Represents an item edit frontend settings.
[Obsolete("Do not use")]
public class ItemEditSettings
Inheritance
ItemEditSettings
Inherited Members

Constructors

ItemEditSettings()

Initializes a new instance of an object.
public ItemEditSettings()

Properties

Fields

Gets or sets the list of fields to render.
public IEnumerable<string> Fields { get; set; }

Property Value

IEnumerable<string>

FormId

Gets or sets edit form id form.
public string FormId { get; set; }

Property Value

string

ItemType

Gets or sets information about the item type.
public ItemType ItemType { get; set; }

Property Value

ItemType

Template

Gets or sets the template used to render the form.
public Template Template { get; set; }

Property Value

Template
To top