PagePorter Class Library

ISiteSettingsPage.HelpTopic Property

Gets the help topic string for the page.

[Visual Basic]
Property HelpTopic As String
[C#]
string HelpTopic {get;}

Property Value

The help topic string for the page.

Remarks

The format of the string can be either the filename of an HTML help file, or helpfile://topic for an HTML help file. In the latter case, helpfile is the filename of the help file and topic is the name of the help topic. In either case, the specified filename is combined with the path of the assembly that contains the implementation of the custom Site Settings page.

See Also

ISiteSettingsPage Interface | Parastream.PagePorter Namespace