|
JobOperationManagerHasEntryWithChecksum Method |
Search if a entry in the backup from the last full backup, and all the after backups.
Namespace: DrawerBackup.ServerAssembly: DrawerBackup.Server (in DrawerBackup.Server.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
The entry checksum - clientId
- Type: SystemString
The client id - entryName
- Type: SystemString
The entry name
Return Value
Type:
Boolean
See Also