M-Files API 23.11.13135.0
RefreshExternalObjectType Method
VaultObjectTypeOperations Object : RefreshExternalObjectType Method
The object type ID of the object type to be refreshed.
Description
Refreshes an external object type or value list.
Syntax
Visual Basic
Public Sub RefreshExternalObjectType( _
   ByVal ObjectType As Long, _
   ByVal RefreshType As MFExternalDBRefreshType _
) 
Parameters
ObjectType
The object type ID of the object type to be refreshed.
RefreshType
ValueDescription
MFExternalDBRefreshTypeFullThe full refresh updates all the changes. This operation can take several minutes.
MFExternalDBRefreshTypeNoneNo refresh is performed.
MFExternalDBRefreshTypeQuickThe quick refresh searches for new items and imports them to M-Files.
See Also

VaultObjectTypeOperations Object  | VaultObjectTypeOperations Members