Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetInfoByGuidFromDB Method
Gets an instance of info object based on the given GUID from database

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

Parameters

guid
Type: SystemGuid
GUID
siteId
Type: SystemInt32
Site ID

Return Value

Type: TInfo
See Also