Click or drag to resize
IInfoProviderGetInfoByGuid Method (Guid, Int32)
Gets the info by given combination of GUID and site id.

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

Parameters

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

Return Value

Type: BaseInfo
See Also