Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetInfoByFullName Method
Gets an instance of info object based on the given full name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual TInfo GetInfoByFullName(
	string fullName,
	bool useHashtable = true
)

Parameters

fullName
Type: SystemString
Full name
useHashtable (Optional)
Type: SystemBoolean
If true, the object is taken through the hashtable

Return Value

Type: TInfo
See Also