Click or drag to resize
TranslationHelperGetCodeNameColumn Method

Note: This API is now obsolete.

Gets the code name column for specified object type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Get column name from object type info")]
public static string GetCodeNameColumn(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: String
See Also