'Declaration
Public Sub RegisterFileWithExistenceCheck( _ ByVal componentName As String, _ ByVal licenseId As String, _ ByVal filePath As String _ )
'Usage
Dim instance As LicensingManagement Dim componentName As String Dim licenseId As String Dim filePath As String instance.RegisterFileWithExistenceCheck(componentName, licenseId, filePath)
Parameters
- componentName
- Name of the licensing component for which the location of the license key should be registered. Consult the documentation for the value that corresponds to your product.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - licenseId
- ID of the license key for whose location should be registered. Consult the documentation for the values to be used with your product.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - filePath
- The name of the file containing the license.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).