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.5.94
Syntax
IEnumerable<SelectionChoiceItem> GetElementValues(
	ISite site,
	ChoicesProviderOptions options
)

Parameters

site
Type: Ingeniux.CMSISite
The site instance
options
Type: Ingeniux.CMSChoicesProviderOptions
The options for how the choices are presented

Return Value

Type: IEnumerableSelectionChoiceItem
Collection of choices.
See Also