|
DbServerClientHasEntryWithChecksum Method |
Check if the entry has a backup
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool HasEntryWithChecksum(
string entryChecksum,
string clientId,
string entryName
)
Public Function HasEntryWithChecksum (
entryChecksum As String,
clientId As String,
entryName As String
) As Boolean
public:
bool HasEntryWithChecksum(
String^ entryChecksum,
String^ clientId,
String^ entryName
)
member HasEntryWithChecksum :
entryChecksum : string *
clientId : string *
entryName : string -> bool
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