Click or drag to resize
IInfoProviderGetInfoByGuid Method (Guid)
Gets the info by given GUID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
BaseInfo GetInfoByGuid(
	Guid guid
)

Parameters

guid
Type: SystemGuid
GUID of the object

Return Value

Type: BaseInfo
See Also