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

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

Parameters

lastValid
Type: System.DateTime
Time when the object was last known as valid

Return Value

Type: Boolean
See Also