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

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

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: BaseInfo
See Also