Click or drag to resize
IInfoProviderGetInfoByName Method (String, Int32)
Gets the info by given combination of code name and site id.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
BaseInfo GetInfoByName(
	string name,
	int siteId
)

Parameters

name
Type: SystemString
Name of the object
siteId
Type: SystemInt32
Site ID

Return Value

Type: BaseInfo
See Also