IAutomationCheckOutAddInLicence Method

Check out license for plugin. This also shows message if no license available and gives local users a way to insert license key.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool CheckOutAddInLicence(
	string PlugInName,
	bool ShowMessageIfNoLicense,
	bool AddInfoToLog = true
)

Parameters

PlugInName  String
Name of plugin to check out.
ShowMessageIfNoLicense  Boolean
Show the licence dialog or a message if no licence is available.
AddInfoToLog  Boolean  (Optional)
Add info to log if no license available.

Return Value

Boolean
True if the licence is available and it can be checked out.

See Also