Returns information about subscription and specified add-on's

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public override string GetLicenseInfo(
	string issuer,
	string addonName
)
Visual Basic (Declaration)
Public Overrides Function GetLicenseInfo ( _
	issuer As String, _
	addonName As String _
) As String
J#
public String GetLicenseInfo(
	String issuer,
	String addonName
)
JScript
public override function GetLicenseInfo(
	issuer : String, 
	addonName : String
) : String

Parameters

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

Return Value

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

Implements

IServerConnection..::.GetLicenseInfo(String, String)

See Also