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
Nullable<DateTime>DownloadedTime
The date when this package was first downloaded. Null if the package has not been downloaded yet.
Declaration
public DateTime? DownloadedTime
Type
Nullable<DateTime>PackageID
The unique identifier of the package.
Declaration
public Guid PackageID
Type
GuidProjectGuid
The identifier of the server project this package belongs to.
Declaration
public Guid ProjectGuid
Type
GuidSequenceNumber
The version / sequence number of the package. This incremental number
Declaration
public int SequenceNumber
Type
Int32UserGuid
The identifier of the user for whom this package is created.
Declaration
public Guid UserGuid