PARAMETER |
DESCRIPTION |
TransferType |
Requires a member of the enumeration type AcSharePointListTransferType. Two options are available: 1) acImportSharePointList and 2) acLinkSharePointList. |
SiteAddress |
The full URL path to the SharePoint site. This parameter is required. |
ListID |
The Name or the GUID of the list to be transferred. This parameter is required. |
ViewID |
The GUID of the view that should be imported. This means that imported data can be pre-filtered by a specific list view on SharePoint before pulling the data into Access.
This parameter is optional and not available for when the acImportSharePointList option is chosen for the transfer type. If not specified, all the fields on the SharePoint site will be retrieved. |
TableName |
The name of the new linked table in the database. This parameter is
optional and not available for when the acImportSharePointList option is chosen for the transfer type. If not specified, the name of the SharePoint list will be used for the new table in the database. |
GetLookupDisplayValues |
When False, any lookup fields will contain the IDs to the list to which the lookup is tied. When True, the actual display values will be imported.
This parameter is optional and not available for when the acImportSharePointList option is chosen for the TransferType. |