Click or drag to resize
SimpleDataClassCheckTargetClass Method
Checks if target data class matches this data class

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual bool CheckTargetClass(
	IDataClass target,
	bool throwException
)

Parameters

target
Type: CMS.DataEngineIDataClass
Target data class
throwException
Type: SystemBoolean
If true, the exception is thrown if classes don't match

Return Value

Type: Boolean
See Also