Click or drag to resize

MapperUtilsRequiredIE6FileDownloadHack Method

Determine if we need the IE6/https/attachment-download hack.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static FileHandlingAttrs RequiredIE6FileDownloadHack(
	IField fld
)

Parameters

fld
Type: NetQuarry.DataIField
The field in question.

Return Value

Type: FileHandlingAttrs
True if hack is needed, else false.
See Also