CMSDataContextBaseParentTypeLoadObjectType Method |
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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