ProjectGetDashboardCompanies Method

This method fetches an array of Dashboard company 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[] GetDashboardCompanies()

Return Value

String
Returns an array of company names. If certain web related errors are encountered, an empty array will be returned.

See Also