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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected AbstractInfoBase(
	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