Click or drag to resize
AboutScreenShow Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and shows an about screen.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void Show(
	string Version,
	string LicenseType,
	string SerialNumber,
	string LicensedQty,
	string LicensedName,
	string LicensedOrganisation
)

Parameters

Version
Type: SystemString
The version number to be displayed on the about screen.
LicenseType
Type: SystemString
The license to be displayed on the about screen.
SerialNumber
Type: SystemString
The seriel number to be displayed on the about screen.
LicensedQty
Type: SystemString
The licensed quantity to be displayed on the about screen.
LicensedName
Type: SystemString
The licensed name to be displayed on the about screen.
LicensedOrganisation
Type: SystemString
The licensed organisation to be displayed on the about screen.
Remarks