|
DbStorageClientRemoveEntry Method |
Remove 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 RemoveEntry(
string entryID
)
Public Function RemoveEntry (
entryID As String
) As Boolean
public:
bool RemoveEntry(
String^ entryID
)
member RemoveEntry :
entryID : string -> bool
Parameters
- entryID
- Type: SystemString
ID of the entry
Return Value
Type:
Boolean
See Also