Table of Contents

Class JobScheduledTaskAddIn

Namespace
Dynamicweb.DataIntegration.Integration
Assembly
Dynamicweb.DataIntegration.dll
[AddInName("RunDataIntegrationJobAddIn")]
[AddInLabel("Run Data Integration Job AddIn")]
[AddInDescription("Run Data Integration Job AddIn")]
[AddInIgnore(true)]
public class JobScheduledTaskAddIn : BaseScheduledTaskAddIn, IParameterOptions
Inheritance
JobScheduledTaskAddIn
Implements
Inherited Members

Constructors

JobScheduledTaskAddIn()

public JobScheduledTaskAddIn()

Properties

Activity

[AddInParameter("Activity")]
[AddInParameterEditor(typeof(GroupedDropDownParameterEditor), "required=true")]
public string Activity { get; set; }

Property Value

string

Methods

GetParameterOptions(string)

public IEnumerable<ParameterOption> GetParameterOptions(string parameterName)

Parameters

parameterName string

Returns

IEnumerable<ParameterOption>

Run()

Runs task add-in

public override bool Run()

Returns

bool
To top