|
DbStorageClientPurgeEntry Method |
Purge a entry from the storage
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool PurgeEntry(
string entryID
)
Public Function PurgeEntry (
entryID As String
) As Boolean
public:
bool PurgeEntry(
String^ entryID
)
member PurgeEntry :
entryID : string -> bool
Parameters
- entryID
- Type: SystemString
ID of the entry
Return Value
Type:
Boolean
See Also