Gets the license from server.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
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.