Depending on the FlowWright configuration, licensing information appears under the "Status" menu.
For non-multitenant installations, go to Status > Status > License.
For multi-tenant installations, navigate to Status > Status using the Tenant Manager UI.

Select Information > License menu option.

The license information is rendered on the same page.

Upload the license file using the Upload button.

Use the methods in FWLicense to retrieve and store the license file data in the database.
public string GetLicenseXMLFromDB(string ConnectionString)
public bool SaveLicenseXMLToDB(string ConnectionString, string licenseXML)
To save the license file in the file system, compute the path from the database. “FWConfigurationSettings.AppPath” and store it in the app directory path.
Use the download button to upload the license file. The file will be saved in your local downloads folder.

After downloading the file, open it to view and understand the license information related to the software or application. The License.XML file contains detailed license information, as shown in the image below.

Update License from Server retrieves the license and stores it in the file system or database.
