Click or drag to resize
ObjectTypeInfoAreChildrenInvalid Method
Returns true if the direct child objects are invalid.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public bool AreChildrenInvalid(
	int parentId,
	DateTime lastValid
)

Parameters

parentId
Type: SystemInt32
Parent object ID
lastValid
Type: SystemDateTime
Time when the objects was last known as valid

Return Value

Type: Boolean
See Also