Click or drag to resize

ActivateForCommercialUse Method

Activate SDK for commercial use.

Namespace: Patagames.GedcomNetSdk
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public static void ForCommercialUse(
	string key
)

Parameters

key  String
Activation key.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe specified key is null or an empty string.
ArgumentExceptionThe specified key is incorrect.
See Also