Table of Contents

Class RemoveReadOnlyObjectWebFarmTask

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Web farm task used to remove read only objects.

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

Properties

ObjectType

Gets or sets object type to remove.

public string ObjectType { get; set; }

Property Value

string

Methods

ExecuteTask()

Processes the web farm task by invoking the RemoveReadOnlyObject(string, bool) method while passing it current class' properties as its parameters.

public override void ExecuteTask()

See Also