Click or drag to resize
Sandcastle Help File BuilderTocEntryCollection Properties

The TocEntryCollection type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingListTocEntry.)
Public propertyAllowNew
Gets or sets a value indicating whether you can add items to the list using the AddNew method.
(Inherited from BindingListTocEntry.)
Public propertyAllowRemove
Gets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingListTocEntry.)
Public propertyApiContentInsertionPoint
This is used to get the topic at which the API table of contents is to be inserted or parented.
Public propertyApiContentParent
This is used to get the parent item that will contain the API table of contents.
Public propertyApiContentParentCollection
This is used to get the parent collection that contains the item where the API table of contents is to be inserted.
Public propertyContentLayoutFile
This is used to get the site map file associated with the collection.
Public propertyCount (Inherited from CollectionTocEntry.)
Public propertyDefaultTopic
This is used to get the default topic
Public propertyFileItem
This read-only property returns the project file item associated with the collection.
Protected propertyIsSortedCore
Gets a value indicating whether the list is sorted.
(Inherited from BindingListTocEntry.)
Public propertyItemInt32
Gets or sets the element at the specified index.
(Inherited from CollectionTocEntry.)
Public propertyItemString
This can be used to get a topic by its unique ID (case-insensitive)
Protected propertyItems (Inherited from CollectionTocEntry.)
Public propertyRaiseListChangedEvents
Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingListTocEntry.)
Protected propertySortDirectionCore
Gets the direction the list is sorted.
(Inherited from BindingListTocEntry.)
Protected propertySortPropertyCore
Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null.
(Inherited from BindingListTocEntry.)
Protected propertySupportsChangeNotificationCore
Gets a value indicating whether ListChanged events are enabled.
(Inherited from BindingListTocEntry.)
Protected propertySupportsSearchingCore
Gets a value indicating whether the list supports searching.
(Inherited from BindingListTocEntry.)
Protected propertySupportsSortingCore
Gets a value indicating whether the list supports sorting.
(Inherited from BindingListTocEntry.)
Top
See Also