Click or drag to resize

MapperDatasheetIsSensitive 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
)

Parameters

fld
Type: NetQuarry.DataIField
The field in question.

Return Value

Type: Boolean
True if the field is considered sensitive, else False.
See Also