IAutomationCheckAddInLicence(String, Boolean) Method

Check out license for plugin.

Definition

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

Parameters

PlugInName  String
Name of plugin to check out.
AddInfoToLog  Boolean
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