FileInfo
Contents
[
Hide
]
fileInfo
Represents file information.
Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description |
---|---|---|---|---|---|
Filename | String | True | False | Represents filename. | |
FileSize | Long | True | False | Represents file size. | |
FileContent | String | True | False | Represents file content, byte to base64 string. |