Topic Type Class
This class is used to contain information about the topic types that can appear in a help file
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public sealed class TopicTypeVB
Public NotInheritable Class TopicTypeC++
public ref class TopicType sealedF#
[<SealedAttribute>]
type TopicType = class end- Inheritance
- Object TopicType
Properties
| ContentType | The content type group for the topic type |
| SeeAlsoGroup | The See Also group for the topic type |
| TopicElementName | The topic element name associated with the topic type if any |
| UniqueId | The unique ID of the topic type |
Methods
| DescriptionForTopicTypeGroup | This is used to get a description for the given topic type group |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| FromElementName | This is used to get the topic type information for the given element name |
| FromUniqueId | This is used to get the topic type information for the given unique ID |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |