HelpTopicInfo Class

 

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
System_CAPS_pubmethod HelpTopicInfo(String, String)

Initializes a new instance of the HelpTopicInfo class with a path to the help file and a topic ID.

System_CAPS_pubmethod HelpTopicInfo(Uri)

Initializes a new instance of the HelpTopicInfo class with Url of the help topic.

Properties

Name Description
System_CAPS_pubproperty HelpFilePath

Gets the path to the help file.

System_CAPS_pubproperty TopicId

Gets the topic ID within the help file.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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