Codeunit 1652 Add-in Manifest Management in 18
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 21
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| DownloadManifestToClient | (var Record Office Add-in, Text) | Boolean | public | - |
| SaveManifestToServer | (var Record Office Add-in) | Text | public | - |
| UploadDefaultManifest | (var Record Office Add-in, Text) | public | - | |
| UploadDefaultManifestText | (var Record Office Add-in, Text) | public | - | |
| CreateAddin | (var Record Office Add-in, Text, Text[50], Text[250], Text[50], Integer) | public | - | |
| GenerateManifest | (Record Office Add-in, var Text) | public | - | |
| SetCommonManifestItems | (var Text) | public | - | |
| SetNodeValue | (var Text, Variant, Option, Option) | public | - | |
| SetNodeResource | (var Text, Text[32], Text, Option) | public | - | |
| RemoveAddInTriggersFromManifest | (var Text) | public | - | |
| SetSourceLocationNodes | (var Text, Text, Option) | public | - | |
| ConstructURL | (Text, Text, Text) | Text | public | - |
| AddRegExRuleNode | (var Text, Text, Text) | public | - | |
| GetImageUrl | (Text) | Text | public | - |
| GetAppID | (Text) | Text | public | - |
| GetAppName | (Text) | Text[50] | public | - |
| GetAppDescription | (Text) | Text[250] | public | - |
| GetAppVersion | (Text) | Text[20] | public | - |
| SetTestMode | (Boolean) | public | - | |
| XMLEncode | (Text) | Text | public | - |
| GetAddinByHostType | (var Record Office Add-in, Text) | public | - |
Events, 7
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | CreateBasicAddins | (var Record Office Add-in) | - |
| Integration event | CreateDefaultAddins | (var Record Office Add-in) | - |
| Integration event | GetAddin | (var Record Office Add-in, Integer) | - |
| Integration event | GetAddinID | (var Text, Integer) | - |
| Integration event | GetAddinVersion | (var Text, Integer) | - |
| Integration event | GetManifestCodeunit | (var Integer, Text) | - |
| Integration event | OnGenerateManifest | (var Record Office Add-in, var Text, Integer) | - |