FieldPropertiesFilePath_FileAccept Property |
Specifies the types of files that the server accepts (that can be submitted through a file upload). Used to set the HTML input ACCEPT attribute on the field's FILE input.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string FilePath_FileAccept { get; }
ReadOnly Property FilePath_FileAccept As String
Get
Property Value
Type:
StringSpecifies the types of files that the server accepts (that can be submitted through a file upload). Used to set the HTML input ACCEPT attribute on the field's FILE input.
Remarks
Applies to CellType FilePath only.
See Also