Click or drag to resize
OperationControllerHasEntryWithChecksum Method
Check if a entry with a checksum exists in any backup

Namespace: DrawerBackup.Server.WebS.Controllers
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpPostAttribute]
public Result HasEntryWithChecksum(
	[FromBodyAttribute] string[] data
)

Parameters

data
Type: SystemString

Return Value

Type: Result
See Also