Codeunit 9100 SharePoint Client in 21
- App
- System Application
Versions171819202122232425262728latest
Procedures, 25
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Initialize | (Text, Interface SharePoint Authorization) | public | - | |
| Initialize | (Text, Text, Interface SharePoint Authorization) | public | - | |
| GetDiagnostics | () | Interface HTTP Diagnostics | public | - |
| GetLists | (var Record SharePoint List) | Boolean | public | - |
| GetListItems | (Text, var Record SharePoint List Item) | Boolean | public | - |
| GetListItems | (Guid, var Record SharePoint List Item) | Boolean | public | - |
| GetListItemAttachments | (Text, Integer, var Record SharePoint List Item Atch) | Boolean | public | - |
| GetListItemAttachments | (Guid, Integer, var Record SharePoint List Item Atch) | Boolean | public | - |
| DownloadListItemAttachmentContent | (Text, Integer, Text) | Boolean | public | - |
| DownloadListItemAttachmentContent | (Guid, Integer, Text) | Boolean | public | - |
| DownloadListItemAttachmentContent | (Text) | Boolean | public | - |
| CreateListItemAttachment | (Text, Integer, var Record SharePoint List Item Atch) | Boolean | public | - |
| CreateListItemAttachment | (Guid, Integer, var Record SharePoint List Item Atch) | Boolean | public | - |
| CreateListItemAttachment | (Text, Integer, Text, var InStream, var Record SharePoint List Item Atch) | Boolean | public | - |
| CreateListItemAttachment | (Guid, Integer, Text, var InStream, var Record SharePoint List Item Atch) | Boolean | public | - |
| CreateList | (Text, Text, var Record SharePoint List) | Boolean | public | - |
| CreateListItem | (Text, Text, Text, var Record SharePoint List Item) | Boolean | public | - |
| CreateListItem | (Guid, Text, Text, var Record SharePoint List Item) | Boolean | public | - |
| GetSubFoldersByServerRelativeUrl | (Text, var Record SharePoint Folder) | Boolean | public | - |
| GetFolderFilesByServerRelativeUrl | (Text, var Record SharePoint File) | Boolean | public | - |
| DownloadFileContent | (Text, Text) | Boolean | public | - |
| GetDocumentLibraryRootFolder | (Text, var Record SharePoint Folder) | Boolean | public | - |
| CreateFolder | (Text, var Record SharePoint Folder) | Boolean | public | - |
| AddFileToFolder | (Text, var Record SharePoint File) | Boolean | public | - |
| AddFileToFolder | (Text, Text, var InStream, var Record SharePoint File) | Boolean | public | - |