Table of Contents

Class DictionaryCommandWebFarmTask

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Web farm task used to execute dictionary web farm task.

public class DictionaryCommandWebFarmTask : WebFarmTaskBase
Inheritance
object
DictionaryCommandWebFarmTask
Inherited Members
Extension Methods

Properties

TaskTextData

Gets or sets task text data.

public string TaskTextData { get; set; }

Property Value

string

Methods

ExecuteTask()

Processes the web farm task by invoking the CMS.DataEngine.AbstractProviderDictionary.ProcessWebFarmTask(string, string) method while passing it current class' properties as its parameters.

public override void ExecuteTask()

See Also