Click or drag to resize
JobOperationManagerHasEntryWithChecksum Method
Search if a entry in the backup from the last full backup, and all the after backups.

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

Parameters

entryChecksum
Type: SystemString
The entry checksum
clientId
Type: SystemString
The client id
entryName
Type: SystemString
The entry name

Return Value

Type: Boolean
See Also