WebImportSourceDetails Constructor (Uri, String, String, String)¶
Constructor
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 WebImportSourceDetails( Uri url, string sourceFolder, string sourceFilePath, string name )
VB¶
Public Sub New ( url As Uri, sourceFolder As String, sourceFilePath As String, name As String )
Parameters¶
- url
- Type: System.Uri
A url of a web application to be imported. - sourceFolder
- Type: System.String
A source folder of a web applications to be imported, exposed via the property. - sourceFilePath
- Type: System.String
A source file path to the MSI media. - name
- Type: System.String
An application name.
Remarks¶
At least one source of a web application (URL, source folder or MSI media) must be provided.
See Also¶
Reference¶
WebImportSourceDetails Class
WebImportSourceDetails Overload
Citrix.SDK.AppDNA Namespace