Click or drag to resize
DocumentEngineModuleGetObject Method
Gets the object created from the given DataRow.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public override BaseInfo GetObject(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: BaseInfo
See Also