cancel-import-from-xml procedure
- Last Updated: May 5, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
cancel-import-from-xml procedure
Deletes the persistent procedure started in
policies-dataset-read-xml procedure to load an XML file. This should only
be called if the call to policies-dataset-read-xml returns
a list of duplicate policy names and the caller decides not to call
override-policies-from-xml procedure to override the policies.
Parameters: None
Example: The following example is a combination of pseudo-code and ABL that shows how cancel-import-from-xml procedure, policies-dataset-read-xml procedure, and override-policies-from-xml procedure can be used together.
Calling API procedures to import audit policies in XML
|