|
EntryControllerCalculateChecksum Method |
Calculates the checksum of a entry
Namespace: DrawerBackup.Storage.WebS.ControllersAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpGetAttribute]
public Result CalculateChecksum(
string id
)
<AuthorizeAttribute>
<HttpGetAttribute>
Public Function CalculateChecksum (
id As String
) As Result
public:
[AuthorizeAttribute]
[HttpGetAttribute]
Result^ CalculateChecksum(
String^ id
)
[<AuthorizeAttribute>]
[<HttpGetAttribute>]
member CalculateChecksum :
id : string -> Result
Parameters
- id
- Type: SystemString
Id of the entry
Return Value
Type:
Result
See Also