TocEntryCollection Properties

Properties

AllowEditGets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingList<TocEntry>)
AllowNewGets or sets a value indicating whether you can add items to the list using the AddNew() method.
(Inherited from BindingList<TocEntry>)
AllowRemoveGets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingList<TocEntry>)
ApiContentInsertionPoint This is used to get the topic at which the API table of contents is to be inserted or parented
ApiContentParent This is used to get the parent item that will contain the API table of contents
ApiContentParentCollection This is used to get the parent collection that contains the item where the API table of contents is to be inserted.
ContentLayoutFile This is used to get the content layout file metadata
CountGets the number of elements actually contained in the Collection<T>.
(Inherited from Collection<TocEntry>)
DefaultTopic This is used to get the default topic
IsSortedCoreGets a value indicating whether the list is sorted.
(Inherited from BindingList<TocEntry>)
Item[Int32]Gets or sets the element at the specified index.
(Inherited from Collection<TocEntry>)
Item[String] This can be used to get a topic by its unique ID (case-insensitive)
ItemsGets a IList<T> wrapper around the Collection<T>.
(Inherited from Collection<TocEntry>)
RaiseListChangedEventsGets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingList<TocEntry>)
SortDirectionCoreGets the direction the list is sorted.
(Inherited from BindingList<TocEntry>)
SortPropertyCoreGets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null.
(Inherited from BindingList<TocEntry>)
SupportsChangeNotificationCoreGets a value indicating whether ListChanged events are enabled.
(Inherited from BindingList<TocEntry>)
SupportsSearchingCoreGets a value indicating whether the list supports searching.
(Inherited from BindingList<TocEntry>)
SupportsSortingCoreGets a value indicating whether the list supports sorting.
(Inherited from BindingList<TocEntry>)

See Also