OutputFile Attribute
Provides the name to be used for an output file.
In the <CompilerOptions> tag, this attribute specifies the resulting compiled Help (.HxS) file. If this attribute is not present, the compiler uses the base name of the collection definition file, appending the .HxS file name extension.
In the <CombinedHelpIndex> tag, this attribute specifies the resulting combined attribute index (.HxR), or combined full-text index (.HxQ).
Used in |
Parent tag |
Required |
---|---|---|
<CompilerOptions> |
No |
|
<CombinedHelpIndex> |
No |
Values
A file name.
Example
OutputFile = "Helpfile.hxs"