Table of Contents

Interface IListTemplate

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

Microtemplating feature.

public interface IListTemplate

Properties

ItemTemplate

Gets or sets the item template.

string ItemTemplate { get; set; }

Property Value

string

SourceItems

Gets or sets the list items.

IEnumerable<Item> SourceItems { get; set; }

Property Value

IEnumerable<Item>
To top