DocumentTableLoadArgs class

DocumentTableLoadArgs class

Provides data for the IDocumentTableLoadHandler.handle method.

The DocumentTableLoadArgs type exposes the following members:

Properties

Property Description
table_index Gets the zero-based index of the corresponding document table to be loaded.
is_loaded Gets or sets a value indicating whether the corresponding document table is to be loaded or not.
The default value is true.
options Gets or sets DocumentTableOptions to be used while loading the corresponding document table.
The default value is null, which means that default DocumentTableOptions are to be applied.

See Also