[]
Creates a new instance of HelpTopic.
public HelpTopic(string title, string url, HelpTopicList subtopics)
| Type | Name | Description |
|---|---|---|
| string | title | A title for the help topic being created. |
| string | url | A URL for the help topic being created. |
| HelpTopicList | subtopics | Child topics for the topic being created. |
Creates a new instance of HelpTopic.
public HelpTopic(string title, string url)
| Type | Name | Description |
|---|---|---|
| string | title | A title for the help topic being created. |
| string | url | A URL for the help topic being created. |