Click or drag to resize
TranslationHelperGetRecord Method (String, Guid, 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,
	Guid guid,
	string codeName,
	string siteName,
	int parentId,
	int groupId
)

Parameters

objectType
Type: SystemString
Object type
guid
Type: SystemGuid
Object GUID. Can be set to Empty.
codeName
Type: SystemString
Code name
siteName
Type: SystemString
Site name
parentId
Type: SystemInt32
Parent ID
groupId
Type: SystemInt32
Group ID

Return Value

Type: DataRow
Remarks
Object's guid has priority over code name. However, if there is Empty provided as guid, only codeName will be used to identify object.
See Also