Table of Contents

Class UrlScheduledTaskAddIn

Namespace
Dynamicweb.Scheduling.ScheduledTaskAddIns
Assembly
Dynamicweb.Core.dll

Scheduled task provider UrlScheduledTaskAddIn makes it possible to send a GET request to the specified Url

[AddInName("Dynamicweb.Scheduling.UrlAddIn.UrlAddIn")]
[AddInLabel("Send request to the URL")]
[AddInDescription("Send a GET request to the specified Url")]
public class UrlScheduledTaskAddIn : BaseScheduledTaskAddIn
Inheritance
UrlScheduledTaskAddIn
Inherited Members

Properties

Url

[AddInParameter("Url")]
[AddInParameterEditor(typeof(TextParameterEditor), "inputClass=NewUIinput;infoText=Required;")]
public string? Url { get; set; }

Property Value

string

Methods

Run()

Runs task add-in

public override bool Run()

Returns

bool
To top