IInfoProviderGetInfoByName Method (String, Int32) |
Gets the info by given combination of code name and site id.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax BaseInfo GetInfoByName(
string name,
int siteId
)
Parameters
- name
- Type: SystemString
Name of the object - siteId
- Type: SystemInt32
Site ID
Return Value
Type:
BaseInfoSee Also