Verify

<< Click to Display Table of Contents >>

 

Verify

Verify(OutputFile, [ObjectLink], [FixQuestionsDefault])

Executes an error verification in the current Domain and exports a list of errors found during this verification to a file in CSV (Comma-Separated Values) format. The parameters of this method are the following:

OutputFile: Path to save the file with the list of errors found

ObjectLink: Path to an object in the Domain to check. If this parameter is omitted, this check is performed in the whole Domain

FixQuestionsDefault: Indicates how to handle errors that can be fixed automatically by E3 Studio. Possible values are 0 (zero, default), equivalent to answering No to all in the Domain Verifier option of E3 Studio, and 1 (one), equivalent to answering Yes to all in the Domain Verifier of E3 Studio. In this case, the errors fixed are not included in the output file

 

The generated file contains the Object, Error, Description, and Solution columns. This method returns the number of errors found during the verification.

Was this page useful?