Click or drag to resize

PackageInfo Constructor

Initializes a new instance of the PackageInfo class

Namespace:  Dynamicweb.Deployment
Assembly:  Dynamicweb.Deployment (in Dynamicweb.Deployment.dll) Version: 3.0.3
Syntax
public PackageInfo(
	string sourceName,
	Uri sourceUrl
)

Parameters

sourceName
Type: SystemString
sourceUrl
Type: SystemUri
See Also