Click or drag to resize

FieldPropertiesFind_FindPageInstanceValues Property

A semi-colon delimited list of fields that exist on the same page as the find control. The value of these fields on the same page instance will be passed to the find dialog and potentially used for filtering. References to these instance values can be placed on FindFilter criteria using {} braces as the reference indicator. The Find will require that all such values are non-null/non-empty except those marked as optional with angle brackets (e.g. <first_name>). Standard reference syntax applies.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Find_FindPageInstanceValues { get; }

Property Value

Type: String
A semi-colon delimited list of fields that exist on the same page as the find control. The value of these fields on the same page instance will be passed to the find dialog and potentially used for filtering. References to these instance values can be placed on FindFilter criteria using {} braces as the reference indicator. The Find will require that all such values are non-null/non-empty except those marked as optional with angle brackets (e.g. <first_name>). Standard reference syntax applies.
Remarks
Applies to CellType Find only.
See Also