AbstractInfoProviderTInfo, TProviderGetInfoByCodeNameFromDB Method |
Gets an instance of info object based on the given code name from database
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected virtual TInfo GetInfoByCodeNameFromDB(
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:
TInfoSee Also