Click or drag to resize
LicenseWriteLicenseFile Method
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 virtual bool WriteLicenseFile(
	string path,
	string lfContent
)

Parameters

path
Type: SystemString
The absolute path to the License File
lfContent
Type: SystemString
The XML content of the license.

Return Value

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