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; }
ReadOnly Property FileUploader_FileContentField As String
Get
Property Value
Type:
StringThe 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