Table of Contents

Class ItemTypeSettings

Namespace
Dynamicweb.Content.Items.Rendering
Assembly
Dynamicweb.dll

Represents item type settings.

public class ItemTypeSettings
Inheritance
ItemTypeSettings
Inherited Members

Constructors

ItemTypeSettings()

Initializes a new instance of an object.

public ItemTypeSettings()

Properties

Fields

Gets or sets the list of fields to render.

public IEnumerable<string> Fields { get; set; }

Property Value

IEnumerable<string>

GenericTagsOnly

Gets or sets value indicating whether to only render generic tags and ommit publisher-specific ones.

public bool GenericTagsOnly { get; set; }

Property Value

bool

TagPrefix

Gets or sets the tag prefix.

public string TagPrefix { get; set; }

Property Value

string

Template

Gets or sets the template used to render the item.

public Template Template { get; set; }

Property Value

Template
To top