Click or drag to resize
ObjectTypeInfoApplyTypeCondition Method
Applies condition defined in TypeCondition property to the given info. Returns info without changes if TypeCondition is null.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public void ApplyTypeCondition(
	IDataContainer info
)

Parameters

info
Type: CMS.BaseIDataContainer
Info to apply condition to
See Also