WritableLicenseWriteLicenseFile Method (String) |
Writes a License File to the file system.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool WriteLicenseFile(
string path
)
Public Function WriteLicenseFile (
path As String
) As Boolean
public:
bool WriteLicenseFile(
String^ path
)
Parameters
- path
- Type: SystemString
The absolute path to the License File
Return Value
Type:
BooleanReturns true if successful. If this is not successful, check the
LastError property for details.
See Also