FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getLicenseFromServer Method

Gets the license from server.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static bool getLicenseFromServer(
	string licenseKey
)
Public Shared Function getLicenseFromServer ( _
	licenseKey As String _
) As Boolean
public:
static bool^ getLicenseFromServer(
	String^ licenseKey
)

Parameters

licenseKey
Type: String
The license key.

Return Value

true if XXXX, false otherwise.