Table of Contents

Class RemoveClassStructureInfoWebFarmTask

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Web farm task used to remove classes.

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

Properties

ClassName

Gets or sets the name of the class to be removed.

public string ClassName { get; set; }

Property Value

string

Methods

ExecuteTask()

Processes the web farm task by invoking the Remove(string, bool) method.

public override void ExecuteTask()

See Also