Click or drag to resize
ObjectTypeInfo Constructor (String, ObjectTypeInfo)
Constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public ObjectTypeInfo(
	string objectType,
	ObjectTypeInfo sourceInfo
)

Parameters

objectType
Type: SystemString
Object type
sourceInfo
Type: CMS.DataEngineObjectTypeInfo
Source TypeInfo instance
See Also