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

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

Parameters

guid
Type: SystemGuid
GUID of the object
siteId
Type: SystemInt32
Site ID

Return Value

Type: TInfo
See Also