IEnumerationElementChoicesProviderGetElementValues Method Ingeniux CMS Content Store API

Returns choices for the element that invokes it.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference