Get-NAVAppManifest
Loads a manifest for an NAV App from an external source.
Syntax
Default (Default)
Get-NAVAppManifest
[-Path] <String>
[<CommonParameters>]
Description
Use the Get-NAVAppManifest cmdlet to load a manifest from an NAV App from an external source, such as an .xml file.
Examples
Example 1
Get-NAVAppManifest -Path '.\Manifest-Proseware SmartApp.xml'
AppId : 00001111-aaaa-2222-bbbb-3333cccc4444
AppName : Proseware SmartApp
AppPublisher : Proseware, Inc.
AppDescription : First NAV App by Proseware
AppVersion : 2.3.4.500
AppCompatibilityId : 2.0.0.0
AppPrivacyStatement: http://www.proseware.com/SmartApp/privacypolicy.aspx
AppEula : http://www.proseware.com/SmartApp/ULA.aspx
AppHelp : http://www.proseware.com/SmartApp/Support.aspx
AppUrl : http://www.proseware.com/SmartApp/
AppLogo :
AppScreenShots : {}
Capabilities : {}
Prerequisites : {}
Dependencies : {}
This example gets a NAV App manifest from an XML manifest file.
Example 2
Get-NAVAppManifest -Path '.\Manifest-Proseware SmartApp.xml' | New-NAVAppPackage -Path 'C:\Proseware SmartApp.navx' -SourcePath C:\NavAppFiles
This example gets a NAV App manifest from an XML manifest file and then passes the manifest to the New-NAVAppPackage cmdlet to create a new NAV App package.
Parameters
-Path
Specifies the path to a file with an NAV App manifest.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.