Click or drag to resize
EntryControllerCalculateChecksum Method
Calculates the checksum of a entry

Namespace: DrawerBackup.Storage.WebS.Controllers
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpGetAttribute]
public Result CalculateChecksum(
	string id
)

Parameters

id
Type: SystemString
Id of the entry

Return Value

Type: Result
See Also