BaseAbstractInfoProviderBoundGetInfoByName Method (String, Int32) |
Gets the info by code name
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax protected abstract BaseInfo BoundGetInfoByName(
string name,
int siteId
)
Parameters
- name
- Type: SystemString
Name of the object - siteId
- Type: SystemInt32
Site ID
Return Value
Type:
BaseInfoSee Also