Click or drag to resize
IInfoProviderGetInfoByFullName Method
Gets the info by given full name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
BaseInfo GetInfoByFullName(
	string fullName
)

Parameters

fullName
Type: SystemString
Full name of the object

Return Value

Type: BaseInfo
See Also