LicenseWriteLicenseFile Method |
Writes a License File to the file system.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool WriteLicenseFile(
string path,
string lfContent
)
Public Overridable Function WriteLicenseFile (
path As String,
lfContent As String
) As Boolean
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:
BooleanReturns true if successful. If this is not successful, check the
LastError property for details.
See Also