| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace : DocumentCollection Class |
The following tables list the members exposed by DocumentCollection.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements actually contained in the DocumentCollection. |
![]() | Documents | Gets copies the documents of the DocumentCollection to a new array. |
![]() | ErrorDetected | Gets information about the error detected in the performance last command |
![]() | IsVoid | Gets the specified collection is void collection or not. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a document to the end of the DocumentCollection. |
![]() | AddRange | Overloaded. Adds the elements to the end of the DocumentCollection. |
![]() | GetByNumber | Gets the document by specified number. |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire DocumentCollection. |
![]() | Insert | Inserts a document into the DocumentCollection at the specified index. |
![]() | InsertRange | Overloaded. Inserts the documents into the DocumentCollection at the specified index. |
![]() | Remove | Removes the element at the specified index of the DocumentCollection. |