FileVersion Attribute

Indicates the version stamp for a file.

Used in

Parent tag

Required

Attribute Definition (.Hxa) File

<HelpAttributes>

No

Collection Definition (.Hxc) File

<HelpCollection>

No

Include (.Hxf) File

<FileList>

No

Index (.Hxk) File

<HelpIndex>

No

Sample Definition (.Hxe) File

<HelpSamples>

No

Table of Contents (.Hxt) File

<HelpTOC>

No

HxMerge Project (.Hxm) File

<CombinedHelpIndex>

No

Values

The version of the file, specified using legal XML character data (CDATA).

Example

FileVersion = "1.0"

Remarks

When FileVersion is included with an .HxC file, the value for this attribute appears in file properties for compiled Help (.HxS) files. For all other Help file types, this value only appears when the file types are registered, typically during the installation of Microsoft Help Workshop. You can view file properties by right-clicking a Help (.Hx*) file and choosing Properties.

See Also

Reference

Help XML Tags