IUploadcareSaveFilesToDocStorage Method |
Saves files represented by the Uploadcare URL to document storage.
Namespace:
NetQuarry.Services.Uploadcare
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax List<string> SaveFilesToDocStorage(
string uploadedFilesURL,
string relatedID,
IDocStorageService docstorage = null
)
Function SaveFilesToDocStorage (
uploadedFilesURL As String,
relatedID As String,
Optional docstorage As IDocStorageService = Nothing
) As List(Of String)
Parameters
- uploadedFilesURL
- Type: SystemString
The Uploadcare URL that represents the uploaded file or files. - relatedID
- Type: SystemString
The related_id value used when storing the file. - docstorage (Optional)
- Type: NetQuarry.ServicesIDocStorageService
The document storage service. If null, the default service is used.
Return Value
Type:
ListStringThe list of
IDocStorageService document ID's for the saved files.
See Also