Click or drag to resize

featurePropertiescompatibility_ImmediateSaveOnUpload Property

Currently applies to the FileUploader cell type.The behavior of the FileUploader is to not perform an immediate save on the fields mapper when the file is uploaded. This behavior has changed from the original implementation and this feature attribute can be used to revert the FileUpload to perform an immediate save of the field's mapper when a document is uploaded.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool compatibility_ImmediateSaveOnUpload { get; }

Property Value

Type: Boolean
Currently applies to the FileUploader cell type.The behavior of the FileUploader is to not perform an immediate save on the fields mapper when the file is uploaded. This behavior has changed from the original implementation and this feature attribute can be used to revert the FileUpload to perform an immediate save of the field's mapper when a document is uploaded.
See Also