Click or drag to resize
DbServerClientHasEntryWithChecksum Method
Check if the entry has a backup

Namespace: DrawerBackup.Native.Clients
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public bool HasEntryWithChecksum(
	string entryChecksum,
	string clientId,
	string entryName
)

Parameters

entryChecksum
Type: SystemString
clientId
Type: SystemString
entryName
Type: SystemString

Return Value

Type: Boolean
True if the entry checksum found on the server
See Also