|
LockableImageExists Method |
Namespace: DrawerBackup.Storage.ImagingAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic override bool Exists(
string name
)
Public Overrides Function Exists (
name As String
) As Boolean
public:
virtual bool Exists(
String^ name
) override
abstract Exists :
name : string -> bool
override Exists :
name : string -> bool
Parameters
- name
- Type: SystemString
Return Value
Type:
Boolean
See Also