conversion property

string? conversion
getter/setter pair

String specifying the conversion applied to the original file. If conversion is "#url#" than original_path contains an HTTP/HTTPS URL of a file, which must be downloaded by the application

Implementation

string? conversion;