Refresh method
Name
Sdl.MultiTerm.TMO.Interop.ExportDefinitions.Refresh — Updates the export definition collection.
Returntype
void
Parameters
none
Description
By applying this method you can make sure that MultiTerm client users always have access to the up-to-date export definition collection, which includes all definitions that have been added while the users were online.
Sample
Termbase oTb = oTbs["Termbase name"];
ExportDefinitions oExpDefs = oTb.ExportDefinitions;
oExpDefs.Refresh();