SettingsInstallLicense Method

Install a license. After this application the license will be effective for the current AppDomain.

 

Namespace:  WebSupergoo.WordGlue4.Utilities
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public static void InstallLicense(
        string license,
        bool server = false
)

Parameters

license
Type: SystemString
The license string to be installed. This may be a purchased license or a trial license copied from the WGSettings application on your computer. The latter is useful for trial installation on servers.
server (Optional)
Type: SystemBoolean
Whether the installation is on a server without user settings such as Azure.
See Also