Click or drag to resize
EntryStreamControllerTransfer Method
Receives a entry to the backup

Namespace: DrawerBackup.Storage.WebS.Controllers
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpPostAttribute]
public HttpResponseMessage Transfer(
	[FromUriAttribute] string[] entryData
)

Parameters

entryData
Type: SystemString

Return Value

Type: HttpResponseMessage
See Also