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