Click or drag to resize
ServerSecurityApplyEnterpriseLicense Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Applies an Enterprise licence to the server.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ApplyEnterpriseLicense(
	string EnterpriseSerialNum,
	string EnterpriseRegCode,
	string EnterpriseRegUser,
	string EnterpriseRegOrganisation
)

Parameters

EnterpriseSerialNum
Type: SystemString
The Enterprise Serial Number.
EnterpriseRegCode
Type: SystemString
The Enterprise license code.
EnterpriseRegUser
Type: SystemString
The user that the Enterprise license is licensed to.
EnterpriseRegOrganisation
Type: SystemString
The organisation that the Enterprise license is licensed to.

Return Value

Type: String
A string containing any error messages raised during the application of the license. This will be blank if the apllicaiton succeeded.
Remarks