Click or drag to resize
AbstractInfoProviderTInfo, TProviderGet Method (String)
Gets an instance of info object based on its code name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TInfo Get(
	string name
)

Parameters

name
Type: SystemString
Code name of the info object to look for.

Return Value

Type: TInfo
Returns an instance of TInfo corresponding to name or null.

Implements

IInfoByNameProviderTInfoGet(String)
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when TInfo does not have the code name column.
See Also