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
)
Function StoreFile (
uuid As String
) As StoredFile
Parameters
- uuid
- Type: SystemString
The UUID of the file to store
Return Value
Type:
StoredFileA
StoredFile object.
See Also