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
)
Public Shared Function RequiredIE6FileDownloadHack (
fld As IField
) As FileHandlingAttrs
Parameters
- fld
- Type: NetQuarry.DataIField
The field in question.
Return Value
Type:
FileHandlingAttrsTrue if hack is needed, else false.
See Also