Click or drag to resize

IEnumerationElementChoicesProvider Interface


Represents objects that provide choices for selection-type elements. The CSAPI searches for concrete classes that implement this interface to provide actual choices

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IEnumerationElementChoicesProvider

The IEnumerationElementChoicesProvider type exposes the following members.

Properties
 NameDescription
Public propertyApplicableConditions Gets the conditions under which this provider kicks in.
Top
Methods
 NameDescription
Public methodGetElementValues Returns choices for the element that invokes it.
Top
Example
This provider type affects the element types of IGX_ENUMERATION and IGX_MULTI_SELECT.
See Also