Try OpenEdge Now
skip to main content
Programming Interfaces
Audit Policy Maintenance APIs : Caching API : import-policies-from-xml procedure
 

import-policies-from-xml procedure

Imports policies from a specified XML file into the local ProDataSet object. If the XML file contains duplicate policy names, this procedure returns a comma-separated list of duplicate policy names, in which case the caller can decide if it wants to override them and call resubmit-import-from-xmlprocedure.
Parameters:
INPUT pcxmlFileName AS CHARACTER
Filename of the XML file to import from.
OUTPUT pcList AS CHARACTER
List of existing policies.
OUTPUT pcErrorMsg AS CHARACTER
Error messages.