ObjectTypeInfo TypeCondition Property Kentico 8.1 API Reference
Condition which can distinguish between several object types within one Info class. This is used for two purposes - first to generate correct type WHERE condition which is used in GetData (for example) and for correct object initialization when creating empty BaseInfo objects for specified object type. If you need to specify more complex WHERE condition, use property WhereCondition which has higher priority.

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

Property Value

Type: TypeCondition
See Also