C1MultiDocumentItemCollection Class Members
In This Topic
The following tables list the members exposed by C1MultiDocumentItemCollection.
Public Properties
Public Methods
| Name | Description |
| Add | Overloaded. Creates a C1MultiDocumentItem, associates it with the specified document, and adds it to the current collection.
Note that the passed document reference is not stored in the created item, see C1MultiDocumentItem.SetDocument for details. |
| AssignFrom | Clears the current collection, and copies the items from another one. The items are copied by cloning, and must support the System.ICloneable interface (if an item that does not support is encountered, an exception occurs). (Inherited from C1.C1Preview.OwnedCollectionBase) |
| Clear | Clears the current collection, disposing all contained C1MultiDocumentItem objects. |
| Exchange | Swap two items in collection. (Inherited from C1.C1Preview.OwnedCollectionBase) |
| FindByOutlineNode | Searches the items in this collection for a C1MultiDocumentItem with the specified value of the OutlineNode property. |
| IndexOf | Searches for the specified Object and returns the zero-based index of the first occurrence within the entire collection. (Inherited from C1.C1Preview.OwnedCollectionBase) |
| Insert | Overloaded. Creates a C1MultiDocumentItem, associates it with the specified document, and inserts it into the current collection at the specified index.
Note that the passed document reference is not stored in the created item, see C1MultiDocumentItem.SetDocument for details. |
| Remove | Removes an item from the current collection. |
| RemoveAt | (Inherited from System.Collections.CollectionBase) |
Top
See Also