Click or drag to resize
ObjectTypeInfoIsObjectInvalid Method
Returns true if the object is invalid.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool IsObjectInvalid(
	int objectId,
	DateTime lastValid
)

Parameters

objectId
Type: SystemInt32
Object ID
lastValid
Type: SystemDateTime
Time when the object was last known as valid

Return Value

Type: Boolean
See Also