Click or drag to resize

TLLInitChunkLicenseFilePath Property

Determines the path to the license file on target (end user's) computer. Following variables can be used: {appdata}, {systemdrive}, {applicationdir}, {programfiles}

Namespace:  TreeksLicensingLibrary2.EasyIntegration
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public string LicenseFilePath { get; set; }

Return Value

Type: String
The path
Remarks
By default, license is always stored within registry. License will be stored in file if you configure this value.
See Also