XenUpgradeSolutionTemplateService.Add Method¶
Upload a solution template package from the solutionTemplatePath.
Namespace: Citrix.SDK.AppDNA.Solutions.XenUpgrade
Assembly: Citrix.SDK.AppDNA.Solutions.XenUpgrade (in Citrix.SDK.AppDNA.Solutions.XenUpgrade.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public void Add(
string solutionTemplatePath,
string solutionTemplateName
)
VB¶
Public Sub Add (
solutionTemplatePath As String,
solutionTemplateName As String
)
Parameters¶
- solutionTemplatePath
- Type: System.String
The solution template path. - solutionTemplateName
- Type: System.String
Name of the solution template.
See Also¶
Reference¶
XenUpgradeSolutionTemplateService Class
Citrix.SDK.AppDNA.Solutions.XenUpgrade Namespace