Click or drag to resize

ActivationFileSignIn Method

Makes shure, the given app ID is listed active.
The text file is updated immediately.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public void SignIn(
	string id
)

Parameters

id
Type: SystemString
An app ID. Must be a string without whitespace.
Remarks
If the given app ID is already listed, but commented out, the commenting # is removed. If the given app ID is not listed, it is added at the end of the file.
See Also