IDocumentTableLoadHandler
Leave feedback
On this page
public interface IDocumentTableLoadHandler
Overrides default loading of DocumentTable objects while creating a DocumentTableSet instance. Implement this interface if you want to discard loading of specific DocumentTable objects or provide specific DocumentTableOptions for document tables being loaded.
| Method | Description |
|---|---|
| handle(DocumentTableLoadArgs args) | Overrides default loading of a particular DocumentTable object while creating a DocumentTableSet instance. |
public abstract void handle(DocumentTableLoadArgs args)
Overrides default loading of a particular DocumentTable object while creating a DocumentTableSet instance.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| args | DocumentTableLoadArgs |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.