Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryGetInfoByGuid Method (Guid, Boolean)
Gets an instance of info object based on the given GUID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual TInfo GetInfoByGuid(
	Guid guid,
	bool useHashtable = true
)

Parameters

guid
Type: SystemGuid
Object GUID
useHashtable (Optional)
Type: SystemBoolean
If true, the object is taken through the hashtable

Return Value

Type: TInfo
See Also