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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool RecordExists(
	TranslationParameters parameters
)

Parameters

parameters
Type: CMS.DataEngineTranslationParameters
Parameters used to select record

Return Value

Type: Boolean
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