Click or drag to resize

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
)

Parameters

uuid
Type: SystemString
format
Type: SystemString

Return Value

Type: File
File information about the new file.
See Also