Class PackageInfo
- Namespace
- Dynamicweb.Deployment
- Assembly
- Dynamicweb.Core.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
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.