ObjectTypeInfoIsObjectInvalid Method |
Returns true if the object is invalid.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
BooleanSee Also