|
AbstractBackupJobSourceExists Method |
Check if the source exists
Namespace: DrawerBackup.Client.JobsAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected bool SourceExists(
string source
)
Protected Function SourceExists (
source As String
) As Boolean
protected:
bool SourceExists(
String^ source
)
member SourceExists :
source : string -> bool
Parameters
- source
- Type: SystemString
Return Value
Type:
Boolean
See Also