Progress.Archive.ValidationPolicyIDs enumeration
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This enumeration describes the values returned by the ValidationPolicy property in a Progress.Archive.ArchiveInfo class and indicate the action to take if validation fails.
Serializable
Yes
Super Class
Members
| Member | Description |
|---|---|
None |
When the validation fails, the AVM will not take any action. The operation will continue without raising an error. The files within the archive file can be accessed with no restrictions. |
|
|
When the validation fails, the AVM displays a warning message but
continues with the execution. Note:
.
|
Fail |
When the validation fails, the AVM will cause the operation to fail and
will raise a STOP condition. |