Click or drag to resize
BaseAbstractInfoProviderBoundGetInfoByFullName Method
Gets the info by full name

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

Parameters

fullName
Type: SystemString
Full name of the object

Return Value

Type: BaseInfo
See Also