Click or drag to resize
AbstractInfoProviderTInfo, TProviderGetInfoByFullName Method (String)
Gets an instance of info object based on the given full name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual TInfo GetInfoByFullName(
	string fullName
)

Parameters

fullName
Type: SystemString
Full name

Return Value

Type: TInfo
See Also