Click or drag to resize

IEnumerationElementChoicesProviderGetElementValues Method


Returns choices for the element that invokes it.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<SelectionChoiceItem> GetElementValues(
	ISite site,
	ChoicesProviderOptions options
)

Parameters

site  ISite
The site instance
options  ChoicesProviderOptions
The options for how the choices are presented

Return Value

IEnumerableSelectionChoiceItem
Collection of choices.
See Also