TopicCollection Class
HTML to MAML Converter
| TopicCollection Class |
This is a collection of topic items
Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
The TopicCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| TopicCollection | Initializes a new instance of the TopicCollection class |
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionTopic.) | |
| DefaultTopic |
This is used to get the default topic
| |
| Item | Gets or sets the element at the specified index. (Inherited from CollectionTopic.) | |
| Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionTopic.) | |
| SplitTocAtTopic |
This is used to get the topic at which the table of content is
split by the API content.
|
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the CollectionT. (Inherited from CollectionTopic.) | |
| AddTopicsFromFolder |
Add all topics from the specified folder recursively to the
topic collection.
| |
| Clear | Removes all elements from the CollectionT. (Inherited from CollectionTopic.) | |
| ClearItems | Removes all elements from the CollectionT. (Inherited from CollectionTopic.) | |
| Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionTopic.) | |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionTopic.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionTopic.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionTopic.) | |
| Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionTopic.) | |
| InsertItem | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionTopic.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParseFiles |
Parse all files in the collection to extract the information for
conversion.
| |
| Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionTopic.) | |
| RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionTopic.) | |
| RemoveItem | Removes the element at the specified index of the CollectionT. (Inherited from CollectionTopic.) | |
| Save |
Save the topic collection to the named content layout file
| |
| SetItem | Replaces the element at the specified index. (Inherited from CollectionTopic.) | |
| Sort |
This is used to sort the collection
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |