Click or drag to resize

FieldPropertiesFileUploader_FileContentField Property

The sibling field in the mapper containing the file content. Depending on storage type this could be a document ID, binary data, or a file path. May be omitted if content is stored in this field.

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

Property Value

Type: String
The sibling field in the mapper containing the file content. Depending on storage type this could be a document ID, binary data, or a file path. May be omitted if content is stored in this field.
Remarks
Applies to CellType FileUploader only.
See Also