IEnumerationElementChoicesProvider Interface Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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
Examples

This provider type affects the element types of IGX_ENUMERATION and IGX_MULTI_SELECT.
See Also

Reference