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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual bool IsObjectInvalid(
	DateTime lastValid
)

Parameters

lastValid
Type: SystemDateTime
Time when the object was last known as valid

Return Value

Type: Boolean
See Also