Codeunit 9510 Document Service Management in 26
- App
- Base Application
- Namespace
- Microsoft.EServices.EDocument
Versions171819202122232425262728latest
Source29
Procedures, 25
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| TestConnection | () | public | - | ||||
| IsConfigured | () | Boolean | public | - | |||
| IsServiceUri | (Text) | Boolean | public | - | |||
| SetServiceType | (Text) | public | - | ||||
| GetServiceType | () | Text | public | - | |||
| OpenDocument | (Text) | public | - | ||||
| GetMyBusinessCentralFilesLink | () | Text | public | - | |||
| OpenInOneDrive | (Text, Text, InStream) | public | - | ||||
| OpenInOneDriveFromMedia | (Text, Text, Guid) | public | - | ||||
| GetTelemetryCategory | () | Text | internal | - | |||
| ShareWithOneDrive | (Text, Text, InStream) | public | - | ||||
| ShareWithOneDriveFromMedia | (Text, Text, Guid) | public | - | ||||
| RunDocumentServiceSetup | (Notification) | public | - | ||||
| GetOneDriveScenario | (var Record Document Service Scenario) | Boolean | public | - | |||
| IsConfiguredLegacy | () | Boolean | public | - | |||
| GetDefaultFolderName | () | Text[250] | public | - | |||
| TryGetDefaultLocation | (var Text[250]) | Boolean | public | - | |||
| TestLocationResolves | (Text[250], Text) | Boolean | public | Pending 25.0 | |||
| Replaced by TestLocationResolves(Location: Text[250]; AccessToken: SecretText) | |||||||
| SaveFile | (Text, Text, Enum Doc. Sharing Conflict Behavior) | Text | public | - | |||
| EditInOneDrive | (Text, Text, var Codeunit Temp Blob) | Boolean | public | - | |||
| EditInOneDrive | (Text, Text, Enum Doc. Sharing Conflict Behavior, var Codeunit Temp Blob) | Boolean | public | - | |||
| EditInOneDriveFromMedia | (Text, Text, Guid) | Boolean | public | - | |||
| SetClientSecret | (SecretText) | internal | - | ||||
| TryGetClientSecretFromIsolatedStorage | (var SecretText) | Boolean | internal | - | |||
| TestLocationResolves | (Text[250], SecretText) | Boolean | public | - | |||
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnGetSharePointClientId | (var Text) | - |
| Integration event | OnGetSharePointClientSecret | (var Text) | - |
| Integration event | OnGetSharePointRedirectURL | (var Text) | - |
| Integration event | OnBeforeIsConfigured | (var Record Document Service) | - |
| Integration event | OnBeforeSetProperties | (var Record Document Service) | - |