Click or drag to resize
BaseAbstractInfoProviderGetCodeName Method
Gets the code name by the given ID

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

Parameters

objectType
Type: SystemString
Object type
id
Type: SystemInt32
Object ID

Return Value

Type: String
See Also