Gets or sets the current topic object attached to the template.

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

Property Value

A Topic object.

Remarks

The template is frequently used to transform topic pages. The Topic property is used to reference the current topic inside the template script. Inside the script, the attached topic is globally available through the property ActiveTopic.

See Also

Template Object | Template Members | HelpProducer Namespace