Click or drag to resize
TranslationHelperRecordExists Method (String, String, String, Int32, Int32)
Returns true if specified record exists in translation table.

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

Parameters

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

Return Value

Type: Boolean
See Also