Click or drag to resize
SiteExportSettingsEnsureAutomaticSelection Method
Ensures automatic selection for given object type.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public void EnsureAutomaticSelection(
	GeneralizedInfo infoObj,
	bool siteObjects
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Info object
siteObjects
Type: SystemBoolean
Indicates if object is site object
See Also