IInfoProviderGetInfoByGuid Method (Guid, Int32) |
Gets the info by given combination of GUID and site id.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax BaseInfo GetInfoByGuid(
Guid guid,
int siteId
)
Parameters
- guid
- Type: SystemGuid
GUID of the object - siteId
- Type: SystemInt32
Site ID
Return Value
Type:
BaseInfoSee Also