Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetInfoByGuid Method (Guid)
Gets an instance of info object based on the GUID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual TInfo GetInfoByGuid(
	Guid guid
)

Parameters

guid
Type: SystemGuid
GUID of the object

Return Value

Type: TInfo
See Also