Table of Contents

Interface IListBaseEditor

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

Methods

ConvertValueToList(object)

List<object> ConvertValueToList(object value)

Parameters

value object

Returns

List<object>

IsItemSelected(IEnumerable<object>, FieldOptionMetadata)

bool IsItemSelected(IEnumerable<object> selectedValues, FieldOptionMetadata option)

Parameters

selectedValues IEnumerable<object>
option FieldOptionMetadata

Returns

bool
To top