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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual TInfo GetInfoByCodeName(
	string codeName,
	int siteId,
	int groupId
)

Parameters

codeName
Type: SystemString
Code name
siteId
Type: SystemInt32
Site ID
groupId
Type: SystemInt32
Community group ID

Return Value

Type: TInfo
See Also