Click or drag to resize
SpecialActionsEvents Class
Import export special actions events
Inheritance Hierarchy
SystemObject
  CMS.CMSImportExportSpecialActionsEvents

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

The SpecialActionsEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberExportEnsureAutomaticSelection
Fires when the objects for an object type is being automatically selected during the export process
Public fieldStatic memberExportLoadDefaultSelection
Fires when the objects for an object type is being loaded during the export process selection
Public fieldStatic memberGetBinaryDataSourcePath
Fires when the binary data source path is being get
Public fieldStatic memberGetEmptyObject
Fires when the import empty object is being get
Public fieldStatic memberGetExistingObject
Fires when the existing object is being get
Public fieldStatic memberGetObjectTypeFolder
Fires when the name of the package folder is being get
Public fieldStatic memberGetObjectWhereCondition
Fires when the administrator user is required for the import process
Public fieldStatic memberGetSelectionWhereCondition
Fires when the objects for an object type is being selected during the export process
Public fieldStatic memberHandleExistingObject
Fires when the existing object is being handled
Public fieldStatic memberImportEnsureAutomaticSelection
Fires when the objects for an object type is being automatically selected during the import process
Public fieldStatic memberImportLoadDefaultSelection
Fires when the objects for an object type is being selected during the import process
Public fieldStatic memberObjectProcessed
Fires when the object is successfully processed
Public fieldStatic memberObjectsPostProcessing
Fires when the objects are being post processed
Public fieldStatic memberPrepareDataStructure
Fires when the data structure is being prepared for an object type
Public fieldStatic memberProcessAdditionalActions
Fires when the additional actions are being processed
Public fieldStatic memberProcessDeleteTask
Fires when the delete task is being processed
Public fieldStatic memberProcessMainObject
Fires when the main object is being processed
Public fieldStatic memberProcessObjectData
Fires when the object's data is being processed
Top
See Also