ObjectTypeInfoAreChildrenInvalid Method |
Returns true if the direct child objects are invalid.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
BooleanSee Also