Click or drag to resize
TranslationHelperGetCodeNamesFromDB Method
Gets the code names from database and returns Hastable of couples [ID] -> [Codename]

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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