Click or drag to resize
CMSDataContextLoadObjectType Method
Loads the given object type

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
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
See Also