Click or drag to resize
ObjectTypeInfoChildrenInvalidated Method
Invalidates direct child objects of specific parent.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public void ChildrenInvalidated(
	int parentId,
	bool logTask = true
)

Parameters

parentId
Type: SystemInt32
Parent object ID
logTask (Optional)
Type: SystemBoolean
If true web farm task is logged
See Also