Table of Contents

Class InvalidateChildrenWebFarmTask

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Web farm task used to invalidate children objects.

[Obsolete("Class was not intended for public use and will be removed.")]
[ObsoleteSince(99, 9)]
public class InvalidateChildrenWebFarmTask : WebFarmTaskBase
Inheritance
object
InvalidateChildrenWebFarmTask
Inherited Members
Extension Methods

Properties

ParentId

Gets or sets identifier of the object which children will be invalidated.

public int ParentId { get; set; }

Property Value

int

Methods

ExecuteTask()

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

public override void ExecuteTask()

See Also