Codeunit 2500 Extension Installation Impl in 20
- App
- System Application
Versions171819202122232425262728latest
Procedures, 20
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| IsInstalledByPackageId | (Guid) | Boolean | public | - |
| IsInstalledByAppId | (Guid) | Boolean | public | - |
| InstallExtension | (Guid, Integer, Boolean) | Boolean | public | - |
| InstallExtensionSilently | (Guid, Integer) | Boolean | public | - |
| InstallExtensionWithConfirmDialog | (Guid, Integer) | Boolean | public | - |
| GetExtensionInstalledDisplayString | (Guid) | Text | public | - |
| GetDependenciesForExtensionToInstall | (Guid) | Text | public | - |
| GetDependentForExtensionToUninstall | (Guid) | Text | public | - |
| CanManageExtensions | () | Boolean | public | - |
| UninstallExtension | (Guid, Boolean) | Boolean | public | - |
| UninstallExtensionWithConfirmDialog | (Guid, Boolean, Boolean) | Boolean | public | - |
| GetClearExtensionSchemaConfirmation | (Guid, var Boolean) | public | - | |
| GetNonExcludedApps | (Text) | Text | public | - |
| GetVersionDisplayString | (Record Published Application) | Text | public | - |
| GetInstallationBestPracticesURL | () | Text | public | - |
| RunExtensionInstallation | (Record Published Application) | Boolean | public | - |
| GetExtensionInstalledDisplayString | (Boolean) | Text | public | - |
| UninstallExtension | (Guid, Boolean, Boolean) | Boolean | public | - |
| GetDisclaimerURL | () | Text | public | - |
| GetPrivacyAndCookeisURL | () | Text | public | - |