TopicCollection Class

This is a collection of topic items

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public class TopicCollection : Collection<Topic>
Inheritance
Object    CollectionTopic    TopicCollection

Constructors

TopicCollectionInitializes a new instance of the TopicCollection class

Properties

CountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionTopic)
DefaultTopic This is used to get the default topic
ItemGets or sets the element at the specified index.
(Inherited from CollectionTopic)
ItemsGets 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

Methods

AddAdds an object to the end of the CollectionT.
(Inherited from CollectionTopic)
AddTopicsFromFolder Add all topics from the specified folder recursively to the topic collection
ClearRemoves all elements from the CollectionT.
(Inherited from CollectionTopic)
ClearItemsRemoves all elements from the CollectionT.
(Inherited from CollectionTopic)
ContainsDetermines whether an element is in the CollectionT.
(Inherited from CollectionTopic)
CopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionTopic)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorReturns an enumerator that iterates through the CollectionT.
(Inherited from CollectionTopic)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionTopic)
InsertInserts an element into the CollectionT at the specified index.
(Inherited from CollectionTopic)
InsertItemInserts an element into the CollectionT at the specified index.
(Inherited from CollectionTopic)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ParseFiles Parse all files in the collection to extract the information for conversion
RemoveRemoves the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionTopic)
RemoveAtRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionTopic)
RemoveItemRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionTopic)
Save Save the topic collection to the named content layout file
SetItemReplaces the element at the specified index.
(Inherited from CollectionTopic)
Sort This is used to sort the collection
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also