SharePoint.Files(url as text, optional options as nullable record) as table
Informazioni su
Restituisce una tabella contenente una riga per ogni documento trovato nel sito di SharePoint specificato, url, e nelle sottocartelle. Ogni riga contiene le proprietà della cartella o del file e un collegamento al relativo contenuto. È possibile specificare options per controllare le opzioni seguenti:
ApiVersion: un numero (14 o 15) o il testo "Auto" che specifica la versione dell'API di SharePoint da usare per questo sito. Se non specificata, viene usata la versione API 14. Quando si specifica Auto, verrà individuata automaticamente la versione del server, se possibile. In caso contrario, la versione predefinita è 14. Per i siti di SharePoint non in lingua inglese è richiesta almeno la versione 15.
This module will teach you how to work with SharePoint content in SharePoint Framework projects. You'll learn about the SharePoint REST API, do CRUD operations with SharePoint data, use the local workbench, and create mock data in SharePoint Framework.
Provides basic information, prerequisites, and how to connect to your data, along with troubleshooting tips when combining files and using filename special characters.
Provides basic information and how to connect to your data, along with troubleshooting tips for obtaining the root SharePoint address and changing the authentication method.