IVendrSettings
Contains global Vendr settings
public interface IVendrSettings
Namespace
Properties
BackOfficeMvcArea
Gets the back office MVC area under which Vendr is installed
public string BackOfficeMvcArea { get; }
BackOfficePath
Gets the back office path for this Vendr install
public string BackOfficePath { get; }
CookiesHttpOnly
Gets a setting to define whether cookies should be http only, thus blocking javascript access
public bool CookiesHttpOnly { get; }
LicensesDirectory
Gets the directory that contains the Vendr licenses
public string LicensesDirectory { get; }