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

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

Parameters

objectType
Type: System.String
Object type

Return Value

Type: BaseInfo
See Also