Click or drag to resize

ListEditorTIsItemSelected Method

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
protected bool IsItemSelected(
	Type valueType,
	ListItem item,
	IEnumerable<Object> selectedValues
)

Parameters

valueType
Type: SystemType
item
Type: Dynamicweb.Content.Items.EditorsListItem
selectedValues
Type: System.Collections.GenericIEnumerableObject

Return Value

Type: Boolean
See Also