getRetainNonTidiedHTML

scrapeableFile.getRetainNonTidiedHTML() (enterprise edition only)
Description
Indicates whether or not non-tidied HTML is to be retained for this scrapeable file. See scrapeableFile.getNonTidiedHTML for more details.
Example
// Outputs to the log whether or not non-tidied HTML is

// being retained.

session.log( "Retaining non-tidied HTML: " + scrapeableFile.getRetainNonTidiedHTML() );