TopicType Class
Definition
- Assembly
- Sandcastle.Core.dll
This class is used to contain information about the topic types that can appear in a help file
public sealed class TopicType
- Inheritance
-
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(TopicTypeGroup) |
This is used to get a description for the given topic type group |
| FromElementName(string) |
This is used to get the topic type information for the given element name |
| FromUniqueId(string) |
This is used to get the topic type information for the given unique ID |