Click or drag to resize
ImportExportEvents Class
Import export events
Inheritance Hierarchy
SystemObject
  CMS.CMSImportExportImportExportEvents

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 10.0.0
Syntax
C#
public static class ImportExportEvents

The ImportExportEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberExport
Fires when the export process runs for the whole export process
Public fieldStatic memberExportCanceled
Fires when the export process is canceled
Public fieldStatic memberExportError
Fires when the export process throws an error
Public fieldStatic memberExportObjects
Fires when the export process runs for the objects DataSet
Public fieldStatic memberFinalizeExport
Fires when the export process is being finalized
Public fieldStatic memberGetExportData
Fires when the export process gets data for object type or documents
Public fieldStatic memberGetImportData
Fires when the import process gets data for object type or documents from package
Public fieldStatic memberImport
Fires when the import process runs for the whole import process. This is the only event where the CMSActionContext is not modified.
Public fieldStatic memberImportBinding
Fires when the single binding object is imported
Public fieldStatic memberImportBindings
Fires when the binding objects are imported
Public fieldStatic memberImportBindingType
Fires when the binding object type is imported
Public fieldStatic memberImportCanceled
Fires when the import process is canceled
Public fieldStatic memberImportError
Fires when the import process throws an error
Public fieldStatic memberImportChild
Fires when the single child object is imported
Public fieldStatic memberImportChildren
Fires when the child objects are imported
Public fieldStatic memberImportChildType
Fires when the child object type is imported
Public fieldStatic memberImportObject
Fires when the import process runs for a single object
Public fieldStatic memberImportObjects
Fires when the import process runs for the import data process. This handler is inside action context with all logging disabled (CMSActionContext.DisableAll method is called).
Public fieldStatic memberImportObjectType
Fires before objects for specific object type are being processed.
Public fieldStatic memberProcessFileOperation
Fires when the import process processes file/folder operations from package
Public fieldStatic memberSingleExportSelection
Fires when related objects are being selected for single object export
Top
See Also