|
ImageManagerExistsOnImage Method |
Check if a entry exists in the image
Namespace: DrawerBackup.StorageAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool ExistsOnImage(
string entryID
)
Public Function ExistsOnImage (
entryID As String
) As Boolean
public:
bool ExistsOnImage(
String^ entryID
)
member ExistsOnImage :
entryID : string -> bool
Parameters
- entryID
- Type: SystemString
Entry ID
Return Value
Type:
Boolean
See Also