Click or drag to resize
ObjectTypeInfoInitListingObjectTypeInfo Method
Initializes given listInfo type info as listing type with values from sourceInfo.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected static void InitListingObjectTypeInfo(
	ObjectTypeInfo sourceInfo,
	ObjectTypeInfo listInfo
)

Parameters

sourceInfo
Type: CMS.DataEngineObjectTypeInfo
Source type info
listInfo
Type: CMS.DataEngineObjectTypeInfo
Listing type info
See Also