IUploadcareConvertFile Method |
Converts an existing file (represented by uuid) to the specified format.
Namespace:
NetQuarry.Services.Uploadcare
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax File ConvertFile(
string uuid,
string format
)
Function ConvertFile (
uuid As String,
format As String
) As File
Parameters
- uuid
- Type: SystemString
- format
- Type: SystemString
Return Value
Type:
FileFile information about the new file.
See Also