| ModuleSpecificIntegrationBaseGetJob Method |
Namespace:
Dynamicweb.DataIntegration.Providers.ModuleSpecificIntegrations
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax protected Job GetJob(
string jobsFolder,
string defaultJobName,
string jobName,
string logFile
)
Protected Function GetJob (
jobsFolder As String,
defaultJobName As String,
jobName As String,
logFile As String
) As Job
Parameters
- jobsFolder
- Type: SystemString
- defaultJobName
- Type: SystemString
- jobName
- Type: SystemString
- logFile
- Type: SystemString
Return Value
Type:
JobSee Also