// 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);
}