Click or drag to resize

FileValue Properties

The FileValue type exposes the following members.

Properties
  NameDescription
Public propertyBytes
The file value as an array of bytes.
Public propertyContentType
The content type determined by the file extension. Equals application/octet-stream when there is no MIME type associated with the file extension.
Public propertyFileName
The file name.
Public propertyFilePath
The file value as a file path.
Top
See Also