Table of Contents

Interface IListEditor

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll
public interface IListEditor

Properties

Items

Gets or sets the list items.

IList<ListItem> Items { get; set; }

Property Value

IList<ListItem>
To top