TranslationHelperRecordExists Method (String, Int32) |
Returns true if specified record exists in translation table.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public bool RecordExists(
string objectType,
int id
)
Parameters
- objectType
- Type: SystemString
Object type - id
- Type: SystemInt32
Object ID
Return Value
Type:
BooleanSee Also