HelpTopicInfo Class
Represents a specific help topic within a help file.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
| Name | Description | |
|---|---|---|
![]() | HelpTopicInfo(String^, String^) | Initializes a new instance of the HelpTopicInfo class with a path to the help file and a topic ID. |
![]() | HelpTopicInfo(Uri^) | Initializes a new instance of the HelpTopicInfo class with Url of the help topic. |
| Name | Description | |
|---|---|---|
![]() | HelpFilePath | Gets the path to the help file. |
![]() | TopicId | Gets the topic ID within the help file. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
For more information about using a HelpTopicInfo object, see CreateHelpTopicInfo.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

