Uiinfrastructure API Docs  
 

HTMLPage.ValidateHTML Method (Boolean, Boolean, String, String)

Call this method to have greater control over validation. You can decide whether to save the results file, and if so, what the name and path of the file is.

public virtual void ValidateHTML(
   bool bSaveResults,
   bool bSaveOnlyErrors,
   string sFileName,
   string sPathName
);

Parameters

bSaveResults
save our results?
bSaveOnlyErrors
save only on errors?
sFileName
name of results file.
sPathName
path to results file.

See Also

HTMLPage Class | com.plumtree.xpshared.htmlelements Namespace | HTMLPage.ValidateHTML Overload List