Click or drag to resize
ObjectTypeInfoCheckTypeCondition Method
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.2.23
Syntax
C#
public bool CheckTypeCondition(
	IDataContainer info,
	bool throwException = true
)

Parameters

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

Return Value

Type: Boolean
See Also