|
RepositoryManagerRemoveEntry Method |
Remove a Backup Entry from the Image
Namespace: DrawerBackup.StorageAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void RemoveEntry(
string ID
)
Public Sub RemoveEntry (
ID As String
)
public:
void RemoveEntry(
String^ ID
)
member RemoveEntry :
ID : string -> unit
Parameters
- ID
- Type: SystemString
Entry ID
See Also