Click or drag to resize
TranslationHelperGetCodeNamesFromDB Method

Note: This API is now obsolete.

Gets the code names from database and returns hash table of couples [ID] -> [Codename]

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This API supported the framework infrastructure and was not intended to be used directly from your code.")]
public Hashtable GetCodeNamesFromDB(
	string objectType,
	IList<int> objectIDs,
	string siteName
)

Parameters

objectType
Type: SystemString
Object type
objectIDs
Type: System.Collections.GenericIListInt32
Array of object IDs
siteName
Type: SystemString
Site name

Return Value

Type: Hashtable
See Also