Skip to main content

VelopackAssetType Enum

Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.1049+da27736

Represents a Velopack Asset Type.

public enum VelopackAssetType
{
Full = 1,
Delta = 2,
Portable = 3,
Installer = 4
}

Inheritance: object → ValueType → Enum → VelopackAssetType

Fields

NameDescription
DeltaA delta update package.
FullA full update package.
InstallerAn application installer archive.
PortableA portable application zip archive.

Documentation generated by MdDocs