TranslationHelperGetCodeNameFromDB Method |
Gets the object code name from the database.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax 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:
StringSee Also