Click or drag to resize

RestoreIgnore Enumeration

Represents if any mismatch can be ignored when a backup is restored.

Namespace:  ABB.Robotics.Controllers
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum RestoreIgnore
Members
  Member nameValueDescription
None0No mismatch can be ignored.
SystemID1The id of the system will be ignored.
TemplateID2The template id of the system will be ignored.
All65535Every mismatch, if any, will be ignored.
See Also