Table of Contents

Class DeployDataItemsFromFolderAddIn

Namespace
Dynamicweb.Deployment.DataItemProviders
Assembly
Dynamicweb.Core.dll
[AddInName("Dynamicweb.Tracking.ProcessorScheduledTaskAddIn")]
[AddInLabel("Deploy data items from upload folder")]
public class DeployDataItemsFromFolderAddIn : BaseScheduledTaskAddIn
Inheritance
DeployDataItemsFromFolderAddIn
Inherited Members

Properties

NotificationEmail

[AddInParameter("NotificationEmail")]
[AddInLabel("Notification email")]
[AddInParameterEditor(typeof(TextParameterEditor), "NewGUI=true;infoText=email address to report on failures")]
public string NotificationEmail { get; set; }

Property Value

string

UploadFolder

[AddInParameter("UploadFolder")]
[AddInLabel("Upload folder")]
[AddInParameterEditor(typeof(FolderSelectEditor), "")]
public string UploadFolder { get; set; }

Property Value

string

Methods

Run()

Runs task add-in

public override bool Run()

Returns

bool
To top