Click or drag to resize
SiteImportSettingsAllowBulkInsert Property
If true, the import process allows bulk inserts for the data to speed up the import process. If bulk insert is allowed, some event handlers may not be fired during the import process.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public bool AllowBulkInsert { get; set; }

Property Value

Type: Boolean
See Also