M-Files API 23.11.13135.0
GetValueListItemsWithPermissions Method
VaultValueListItemOperations Object : GetValueListItemsWithPermissions Method
Description
Gets the value list items of a value list.
Syntax
Visual Basic
Public Function GetValueListItemsWithPermissions( _
   ByVal ValueList As Long, _
   Optional ByVal UpdateFromServer As Boolean = False, _
   Optional ByVal RefreshTypeIfExternalValueList As MFExternalDBRefreshType = MFExternalDBRefreshTypeNone, _
   Optional ByVal ReplaceCurrentUserWithCallersIdentity As Boolean = True, _
   Optional ByVal PropertyDef As Long = -1 _
) As ValueListItemsWithPermissions
Parameters
ValueList
UpdateFromServer
RefreshTypeIfExternalValueList
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.
ReplaceCurrentUserWithCallersIdentity
PropertyDef
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultValueListItemOperations Object  | VaultValueListItemOperations Members