SharePoint.Files
This function retrieves a table with information on each document found in the designated SharePoint site, URL, and subfolders. Each row in the table includes details about the folder or file as well ...
This function retrieves a table with information on each document found in the designated SharePoint site, URL, and subfolders. Each row in the table includes details about the folder or file as well as a link to its content. Users can specify options to control various settings, such as:
ApiVersion: An option to choose between the numbers 14 or 15, or the text "Auto" to automatically determine the SharePoint API version to be used for the specified site. If no version is specified, the function defaults to using API version 14. If "Auto" is chosen, the function will attempt to discover the server version automatically, but if unsuccessful, it will default to version 14. Note that non-English SharePoint sites require at least version 15.