Skip to main content

IVelopackLocator.IsPortable Property

Declaring Type: IVelopackLocator
Namespace: Velopack.Locators
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

A flag indicating if this is a portable build, and that the settings should be self-contained in the package. On Windows, this is true for portable builds, and false for non-portable builds which were installed by Setup.exe On OSX and Linux, this is always false, because settings and application files should be stored in the user's home directory.

public bool IsPortable { get; }

Property Value

bool


Documentation generated by MdDocs