ServerConnectionBaseGetLicenseInfo Method (String, String) |
Returns information about subscription and all add-on's
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic abstract string GetLicenseInfo(
string issuer,
string addon_name
)
Public MustOverride Function GetLicenseInfo (
issuer As String,
addon_name As String
) As String
public abstract String GetLicenseInfo(
String issuer,
String addon_name
)
public abstract function GetLicenseInfo(
issuer : String,
addon_name : String
) : String
Parameters
- issuer
- Type: SystemString
Select addons by issuer. Skip if null or empty. - addon_name
- Type: SystemString
Select add-ons by the name. Skip if null or empty.
Return Value
Type:
StringImplements
IServerConnectionGetLicenseInfo(String, String)
See Also