Applies To:
DMCatalog object
Description:
Refreshes the tables in the Table Catalog.
Syntax:
Expression.Refresh()
Expression Required:
An expression that returns a DMCatalog object
Example:
This example shows how to refresh the items in the Table Catalog:
ActiveDocument.Sections["Query"].Catalog.Refresh()