Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a specific help topic within a help file.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Administration.ObjectModel.HelpTopicInfo
Syntax
[SerializableAttribute]
public sealed class HelpTopicInfo
[SerializableAttribute]
public ref class HelpTopicInfo sealed 
<SerializableAttribute>
Public NotInheritable Class HelpTopicInfo
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | HelpTopicInfo(String, String) | Initializes a new instance of the HelpTopicInfo class with a path to the help file and a topic ID. | 
| .jpeg) | HelpTopicInfo(Uri) | Initializes a new instance of the HelpTopicInfo class with Url of the help topic. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | HelpFilePath | Gets the path to the help file. | 
| .jpeg) | TopicId | Gets the topic ID within the help file. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Remarks
For more information about using a HelpTopicInfo object, see CreateHelpTopicInfo.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top