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