Click or drag to resize
TranslationHelperGetCodeNameFromDB Method
Gets the object code name from the database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetCodeNameFromDB(
	string objectType,
	int id,
	string codeNameColumn
)

Parameters

objectType
Type: SystemString
Object type
id
Type: SystemInt32
Object ID
codeNameColumn
Type: SystemString
Code name column name

Return Value

Type: String
See Also