Click or drag to resize

IUploadcareGetUuidFromUrl Method

Takes a file UUID or a URL containing a file UUID and returns the file UUID.

Namespace:  NetQuarry.Services.Uploadcare
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string GetUuidFromUrl(
	string cdnUrlorUUID
)

Parameters

cdnUrlorUUID
Type: SystemString
Url or UUID

Return Value

Type: String
The UUID for the file, if one can be obtained, else null/empty.
See Also