Click or drag to resize

IUploadcareStoreFile Method

Stores the file permanently

Namespace:  NetQuarry.Services.Uploadcare
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
StoredFile StoreFile(
	string uuid
)

Parameters

uuid
Type: SystemString
The UUID of the file to store

Return Value

Type: StoredFile
A StoredFile object.
See Also