Click or drag to resize
TranslationHelperGetRecord Method (String, String, String, Int32, Int32)

Note: This API is now obsolete.

Gets the record specified by parameters.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use GetRecord(TranslationParameters parameters) method instead")]
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