ObjectTypeInfo CheckTypeCondition Method Kentico 8.0 API Reference
Checks if condition defined in TypeCondition is not violated by the given info.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

info
Type: CMS.Base IDataContainer
Info to check
throwException (Optional)
Type: OnlineSystem Boolean
If true, the exception is thrown in case the object violates the type condition

Return Value

Type: OnlineBoolean
See Also