ObjectTypeInfo CheckTypeCondition Method Kentico 8.1 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.1.5347.20411)

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