Application.Import Method (String, Boolean)¶
Imports an Application object directly from the source file into previously created application.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public Application Import(
string applicationPath,
bool overwrite
)
VB¶
Public Function Import (
applicationPath As String,
overwrite As Boolean
) As Application
Parameters¶
- applicationPath
- Type: System.String
The full path to the file to import. - overwrite
- Type: System.Boolean
If set to true, the application information (Name, Manufacturer, Version) will replace the current application (false by default).
Return Value¶
Type: Application
The imported application.