Click or drag to resize
WritableLicenseWriteLicenseFile Method (String)
Writes a License File to the file system.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public bool WriteLicenseFile(
	string path
)

Parameters

path
Type: SystemString
The absolute path to the License File

Return Value

Type: Boolean
Returns true if successful. If this is not successful, check the LastError property for details.
See Also