For Babelfish Release 1.12.3.10

ResultListFormatUserDefinedFields Property

Within a RESULT LIST DEFINITION there are often places where we want the end user to be able to dynamically set the format values. An exammple would be on a spanning field that gives the user the choice to include demographic information.

Can define up to three optional fields.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public Dictionary<UserDefinedFieldNames, ResultListOptionalField> UserDefinedFields { get; set; }

Property Value

DictionaryUserDefinedFieldNames, ResultListOptionalField

See Also