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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public DataRow GetRecord(
	string objectType,
	string codeName,
	string siteName,
	int parentId,
	int groupId
)

Parameters

objectType
Type: SystemString
Object type
codeName
Type: SystemString
Code name
siteName
Type: SystemString
Site name
parentId
Type: SystemInt32
Parent ID
groupId
Type: SystemInt32
Group ID

Return Value

Type: DataRow
See Also