IDocumentCollection module
- class IDocumentCollection.IDocumentCollection
Bases:
ICollectionBase,IEnumerableRepresents a collection of documents.
- abstract get_Item(index: int) IDocument
Retrieves the document at the specified index.
Parameters: - index (int): The index of the document to retrieve.
Returns: - IDocument: The document at the specified index.
