AbstractInfoProviderTInfo, TProvider, TQueryGetInfoByGuid Method (Guid, Int32, Boolean) |
Gets an instance of info object based on the GUID.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected virtual TInfo GetInfoByGuid(
Guid guid,
int siteId,
bool useHashtable = true
)
Parameters
- guid
- Type: SystemGuid
GUID of the object - siteId
- Type: SystemInt32
Site ID - useHashtable (Optional)
- Type: SystemBoolean
If true, the object is taken through the hashtable
Return Value
Type:
TInfoSee Also