'Declaration Public Function New( _ ByVal title As System.String, _ ByVal url As System.String, _ ByVal subtopics As HelpTopicList _ )
public HelpTopic( System.string title, System.string url, HelpTopicList subtopics )
Parameters
- title
- A title for the help topic being created.
- url
- A URL for the help topic being created.
- subtopics
- Child topics for the topic being created.