Gets the value list items of a value list.
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 |
Value | Description |
---|---|
MFExternalDBRefreshTypeFull | The full refresh updates all the changes. This operation can take several minutes. |
MFExternalDBRefreshTypeNone | No refresh is performed. |
MFExternalDBRefreshTypeQuick | The quick refresh searches for new items and imports them to M-Files. |