Click or drag to resize

DataExportServiceGetAllRegions Method

Gets all regions.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public string[] GetAllRegions(
	string authKey
)

Parameters

authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection.

Return Value

Type: String
Returns a complete list of all regions in the database.
Exceptions
ExceptionCondition
ApplicationExceptionInvalid authorization key
ApplicationExceptionInsufficient privileges
Remarks
The authorization key provided must be linked to an administrator role.
See Also