Click or drag to resize
AbstractInfoProviderTInfo, TProviderGetInfoByFullNameInternal Method
Gets the info by its full name from the database

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

Parameters

fullName
Type: SystemString
Full name

Return Value

Type: TInfo
See Also