Click or drag to resize

HttpServerConnectionGetLicenseInfo Method (String, String)

Returns information about subscription and specified add-ons

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public override string GetLicenseInfo(
	string issuer,
	string addonName
)

Parameters

issuer
Type: SystemString
Select add-ons by issuer. Skip if null or empty.
addonName
Type: SystemString
Select add-ons by the add-on name. Skip if null or empty.

Return Value

Type: String
subscription info with add-ons in xml format, null if failed

Implements

IServerConnectionGetLicenseInfo(String, String)
See Also