Click or drag to resize
TranslationHelperRecordExists Method
Returns true if specified record exists in translation table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public bool RecordExists(
	string objectType,
	int id
)

Parameters

objectType
Type: SystemString
Object type
id
Type: SystemInt32
Object ID

Return Value

Type: Boolean
See Also