Class PackageInfo
Describes a package in a project that allows creating packages.
Syntax
public class PackageInfo
Fields
CreationTime
The date when this package was created. Can be null if the package has not been created yet (the project contains changes for the user, but the package has not been assembled yet).
Declaration
public DateTime? CreationTime
Type
System.Nullable<System.DateTime>DownloadedTime
The date when this package was first downloaded. Null if the package has not been downloaded yet.
Declaration
public DateTime? DownloadedTime
Type
System.Nullable<System.DateTime>PackageID
The unique identifier of the package.
Declaration
public Guid PackageID
Type
System.GuidProjectGuid
The identifier of the server project this package belongs to.
Declaration
public Guid ProjectGuid
Type
System.GuidSequenceNumber
The version / sequence number of the package. This incremental number
Declaration
public int SequenceNumber
Type
System.Int32UserGuid
The identifier of the user for whom this package is created.
Declaration
public Guid UserGuid