Click or drag to resize
CMSDataContextBaseParentTypeLoadObjectType 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 virtual 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 site objects only (i.e. infoObj must represent a site specific object).
See Also