Returns information about subscription and all add-on's

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

Syntax

C#
string GetLicenseInfo(
	string issuer,
	string addonName
)
Visual Basic (Declaration)
Function GetLicenseInfo ( _
	issuer As String, _
	addonName As String _
) As String
J#
String GetLicenseInfo(
	String issuer,
	String addonName
)
JScript
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 name. Skip if null or empty.

Return Value

See Also