MapperKernelGetFieldList Method |
Gets a semi-colon separated list of fields to render for this mapper based on various
PageElementInfo properties including
FieldList,
FieldListMobile, and
GroupList, or on a value set programmatically via
SetFieldList(String, SetFieldListOpts).
Also handles the
HiddenFields property when
HiddenFields is specified. Note that the possibililty of
HiddenFields complicates construction
of a field list and typically requires calling this method first to get a possible list of explicitly
shown fields (where no
such list means to show all fields normally visible in the mapper) then calling the method again to get a possible list of explicitly
hidden fields and combining the results (including handling the case where fields are explicitly hidden, but not explicitly
shown).
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax See Also