MapperDetailIsSensitive Method |
Determines whether this field is a "sensitive" field. A sensitive field should not have
its value discoverable in the HTML source if the field value is not supposed to be visible
to the user.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool IsSensitive(
IField fld
)
Protected Function IsSensitive (
fld As IField
) As Boolean
Parameters
- fld
- Type: NetQuarry.DataIField
The field in question.
Return Value
Type:
BooleanTrue if the field is considered sensitive, else False.
See Also