DocumentManagerCollection Class
A centralized collection that maintains one manager for each document type. Enables higher-level components to dynamically pick the appropriate manager at runtime based on the document type being handled.
Inheritance
System.Object
DocumentManagerCollection
Namespace: Syncfusion.AI.AgentTools.Core
Assembly: Syncfusion.DocumentSDK.AI.AgentTools.dll
Syntax
public class DocumentManagerCollection : Object
Constructors
DocumentManagerCollection()
Declaration
public DocumentManagerCollection()
Methods
AddManager(DocumentType, IDocumentManager)
Adds a manager for a specific document type.
Declaration
public void AddManager(DocumentType documentType, IDocumentManager manager)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentType | documentType | The document type. |
| IDocumentManager | manager | The manager instance. |