Click or drag to resize

ActivateForPersonalUse Method

Activate SDK for personal use.

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

Parameters

email  String
The email address to which the activation will be linked.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe specified email is null or an empty string.
ArgumentExceptionThe specified email is in an incorrect format.
See Also