GroupDocsGists
10/24/2017 - 1:26 PM

Examples-CSharp-GroupDocs.Search.Examples.CSharp-Utilities-Applylicense.cs

// For complete examples and data files, please go to https://github.com/atirtahirgroupdocs/GroupDocs.Search-for-.NET
/// <summary>
/// Apply license 
/// </summary>
public static void ApplyLicense()
{
    //initialize License
    License lic = new License();
    //Set license
    lic.SetLicense(licensePath);
}