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

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

Parameters

fullName
Type: SystemString
Full name

Return Value

Type: TInfo
See Also