Click or drag to resize
AbstractInfoTInfo Constructor (ObjectTypeInfo, Boolean)
Constructor - Initializes the type dependent values.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected AbstractInfo(
	ObjectTypeInfo typeInfo,
	bool createData
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Type information
createData
Type: SystemBoolean
If true, data structure of the object is created
See Also