Enum RestoreIgnores
Flags to control what kind of mismatch errors that can be ignored during a restore operation.
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
[Flags]
public enum RestoreIgnores
Fields
Name | Description |
---|---|
All | Ignore all errors. |
None | Don't ignore any errors. |
PassphraseId | Ignore passphrase. |
SystemId | Ignore system id. |
TamperedId | Ignore file changes. |
TemplateId | Ignore template id. |
UasId | Ignore user grants. |