Click or drag to resize
TranslationHelperGetRecord Method (String, Int32)
Gets the record by ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public DataRow GetRecord(
	string objectType,
	int id
)

Parameters

objectType
Type: SystemString
Object type
id
Type: SystemInt32
ID

Return Value

Type: DataRow
See Also