ObjectTypeInfoChildrenInvalidated Method |
Invalidates direct child objects of specific parent.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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