Click or drag to resize
ImportExportHelperInitSingleObjectExportSettings Method
Initialize provided export settings

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void InitSingleObjectExportSettings(
	SiteExportSettings settings,
	GeneralizedInfo infoObj
)

Parameters

settings
Type: CMS.CMSImportExportSiteExportSettings
Export settings to be initialized
infoObj
Type: CMS.DataEngineGeneralizedInfo
Object to be exported, which will be used to initialize export settings
See Also