  | PackageInfo Constructor  | 
  
    Namespace: 
   Dynamicweb.Deployment
    Assembly:
   Dynamicweb.Deployment (in Dynamicweb.Deployment.dll) Version: 3.0.3
Syntaxpublic PackageInfo(
	string sourceName,
	Uri sourceUrl
)
Public Sub New ( 
	sourceName As String,
	sourceUrl As Uri
)
Parameters
- sourceName
 - Type: SystemString
 - sourceUrl
 - Type: SystemUri
 
See Also