Click or drag to resize
CMSDataContextLoadObjectType Method
Loads the given object type. The method is called during LoadObjects execution and is inherently synchronized by LoadObjectsLock.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected override void LoadObjectType(
	GeneralizedInfo infoObj,
	int siteId
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Info object for the given object type
siteId
Type: SystemInt32
Site ID
Remarks
The implementation is responsible for loading global objects only (i.e. infoObj must represent a global object) and passing on the call to LoadObjectType(GeneralizedInfo, Int32).
See Also