Class PreparePackageResultInfo
The result of a PreparePackageForDownload operation.
Syntax
public class PreparePackageResultInfo
Fields
PackageReady
True if the package is ready for download. False if the package contains no information and there is nothing for download.
Declaration
public bool PackageReady
Type
BooleanResultFileId
The identifier of the package for download. Contains a valid identifier only if PackageReady is true.
Declaration
public Guid? ResultFileId