Click or drag to resize
AbstractInfoProviderTInfo, TProviderGetInfoByCodeName Method (String, Boolean)
Gets an instance of info object based on the given code name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual TInfo GetInfoByCodeName(
	string codeName,
	bool useHashtable
)

Parameters

codeName
Type: SystemString
Code name
useHashtable
Type: SystemBoolean
If true, the object is taken through the hashtable

Return Value

Type: TInfo
See Also