WebImportSourceDetails Constructor (Uri, 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 name
)
VB¶
Public Sub New (
url As Uri,
name As String
)
Parameters¶
- url
- Type: System.Uri
A url of a web application to be imported. - name
- Type: System.String
An application name.
See Also¶
Reference¶
WebImportSourceDetails Class
WebImportSourceDetails Overload
Citrix.SDK.AppDNA Namespace