Click or drag to resize
ImportSpecialCaseContext Constructor
Constructor. Ensures context for special actions during import/export process. Use this context when you modify any instance of object to prevent from unwanted tasks logging.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax
C#
public ImportSpecialCaseContext(
	SiteImportSettings settings
)

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
See Also