Click or drag to resize
ResultEnum Enumeration
Enumeration for the object import result.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 10.0.0
Syntax
C#
public enum ResultEnum
Members
  Member nameValueDescription
Success0 Success.
Error1 Error.
Warning2 Warning.
Progress3 Progress.
See Also