Click or drag to resize
TranslationHelperGetCodeName Method (String, Int32, String)
Returns the code name of the specified object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public string GetCodeName(
	string objectType,
	int id,
	string defaultValue
)

Parameters

objectType
Type: SystemString
Object type
id
Type: SystemInt32
Object ID
defaultValue
Type: SystemString
Value to return in case record not found

Return Value

Type: String
See Also