For Babelfish Release 1.11.3.13

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.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public Dictionary<UserDefinedFieldNames, ResultListOptionalField> UserDefinedFields { get; set; }

Property Value

DictionaryUserDefinedFieldNames, ResultListOptionalField

See Also