beginReporting()
Availability
Adobe Dreamweaver 4.
Description
This function is called at the start of the reporting process, before any reports are run. If the Report command returns a false value from this function, the Report command is excluded from the report run.
Arguments
target
- The
targetargument is a string that indicates the target of the report session. It can be one of the following values:"CurrentDoc","CurrentSite","CurrentSiteSelection"(for the selected files in a site), or"Folder:+the path to the folder the user selected"(for example,"Folder:c:temp").
Returns
Adobe Dreamweaver expects a Boolean value: true if the report runs successfully; false if target is excluded from the report run.