|
ImageManagerRemove Method |
Removes a entry from the disk
Namespace: DrawerBackup.StorageAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void Remove(
string entryID
)
Public Sub Remove (
entryID As String
)
public:
void Remove(
String^ entryID
)
member Remove :
entryID : string -> unit
Parameters
- entryID
- Type: SystemString
See Also