Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryBoundGetInfoByFullName Method
Gets the info object by its full name.

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

Parameters

fullName
Type: SystemString
Full name

Return Value

Type: BaseInfo
See Also