Click or drag to resize
ImportManager Class
Class representing import manager.
Inheritance Hierarchy
SystemObject
  CMS.CMSImportExportImportManager

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

The ImportManager type exposes the following members.

Constructors
  NameDescription
Public methodImportManager
Constructor - Creates import manager.
Top
Properties
  NameDescription
Public propertyImportStatus
Import status.
Public propertySettings
Import settings.
Public propertyThrowExceptionOnError
Indicates if exception should be thrown on error.
Top
Methods
  NameDescription
Public methodImport
Runs import process.
Top
See Also