Click or drag to resize
IInfoByGuidProviderTInfoGet Method
Gets an instance of info object based on its GUID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
TInfo Get(
	Guid guid
)

Parameters

guid
Type: SystemGuid
GUID of the info object to look for.

Return Value

Type: TInfo
Returns an instance of TInfo corresponding to guid or null.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when TInfo does not have the GUID column.
See Also