Gets or sets the path of the staging directory used when building a compiled help file that contains uncompressed samples.

[VBScript]
Public Property SampleStagingDir As String
[JScript]
public function get SampleStagingDir() : String;
public function set SampleStagingDir(String);

Property Value

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

See Also

Collection Object | Collection Members | HelpProducer Namespace