Click or drag to resize
BaseInfoGeneralizedInfoWrapperIsObjectInvalid Method

Note: This API is now obsolete.

Returns true if the object is invalid.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use. Use property IsObjectValid instead.")]
public bool IsObjectInvalid(
	DateTime lastValid
)

Parameters

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

Return Value

Type: Boolean
See Also