Click or drag to resize

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
Syntax
public abstract string GetLicenseInfo(
	string issuer,
	string addon_name
)

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: String

Implements

IServerConnectionGetLicenseInfo(String, String)
See Also