Table of Contents

Class PackageInfo

Namespace
Dynamicweb.Deployment
Assembly
Dynamicweb.Deployment.dll
Represents meta data about a package
public class PackageInfo
Inheritance
PackageInfo
Inherited Members

Constructors

PackageInfo(string, Uri)

public PackageInfo(string sourceName, Uri sourceUrl)

Parameters

sourceName string
sourceUrl Uri

Properties

CreatedDate

Gets the created date.
public DateTime CreatedDate { get; }

Property Value

DateTime
The created date.

SourceName

Gets the name of the source.
public string SourceName { get; }

Property Value

string
The name of the source.

SourceUrl

Gets the source URL.
public Uri SourceUrl { get; }

Property Value

Uri
The source URL.
To top