|
ImageManagerGetEntryChecksum Method |
Calculates the entry checksum
Namespace: DrawerBackup.StorageAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic string GetEntryChecksum(
string entryID
)
Public Function GetEntryChecksum (
entryID As String
) As String
public:
String^ GetEntryChecksum(
String^ entryID
)
member GetEntryChecksum :
entryID : string -> string
Parameters
- entryID
- Type: SystemString
Return Value
Type:
String
See Also