WritableLicenseWriteAliasToLicenseFile Method |
Overwrites a License File with an alias
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool WriteAliasToLicenseFile(
LicenseAlias alias,
string path
)
Public Function WriteAliasToLicenseFile (
alias As LicenseAlias,
path As String
) As Boolean
public:
bool WriteAliasToLicenseFile(
LicenseAlias^ alias,
String^ path
)
Parameters
- alias
- Type: com.softwarekey.Client.LicensingLicenseAlias
The LicenseAlias object that will overwrite the License File - path
- Type: SystemString
The absolute path of the License File
Return Value
Type:
BooleanReturns true if successful. If this is not successful, check the
LastError property for details.
See Also