|
ImageManagerExists Method |
Check if the entry exists in the database
Namespace: DrawerBackup.StorageAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool Exists(
string entryId
)
Public Function Exists (
entryId As String
) As Boolean
public:
bool Exists(
String^ entryId
)
member Exists :
entryId : string -> bool
Parameters
- entryId
- Type: SystemString
Return Value
Type:
Boolean
See Also