Share via


SampleStagingDir Attribute

Specifies the path of the staging directory used when building a compiled Help (.HxS) file that contains uncompressed samples.

Used in

Parent tag

Required

Collection Definition (.Hxc) File

<CompilerOptions>

No

Values

The full path to the temporary directory used to stage uncompressed samples.

Example

SampleStagingDir = "C:\HelpFiles\Samples"

Remarks

This attribute is not required when compiling an .HxS file that contains compressed samples.

The value should contain the full path, not a relative path, to the temporary directory used to stage uncompressed samples.

See Also

Reference

Help XML Tags