IR Framework

ActiveDocument.SynchModels Method

Synchronizes all data models in the ActiveDocument with their metadata.
[ActiveDocument.]SynchModels ()

Return Value

None.

Remarks

The following example uses SynchModels to synchronize all data models in the ActiveDocument with their metadata:

ActiveDocument.SynchModels();


Requirements