ProjectGetDashboardPrograms Method

This method fetches an array of Dashboard program names that are available to the user who is currently logged in. The URL and authentication token are taken from the last Dashboard login made through HyperX.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public string[] GetDashboardPrograms(
	string companyName
)

Parameters

companyName  String
 

Return Value

String
Returns an array of program names. If certain web related errors are encountered, an empty array will be returned. If the provided company cannot be found, a null value will be returned.

See Also