Click or drag to resize
BaseAbstractInfoProviderBoundGetInfoByName Method (String)
Gets the info by code name

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected abstract BaseInfo BoundGetInfoByName(
	string name
)

Parameters

name
Type: SystemString
Name of the object

Return Value

Type: BaseInfo
See Also