 | DataExportServiceGetAllConstituencies Method |
Gets all constituencies.
Namespace:
(Default Namespace)
Assembly:
SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string[] GetAllConstituencies(
string authKey
)
Public Function GetAllConstituencies (
authKey As String
) As String()
public:
array<String^>^ GetAllConstituencies(
String^ authKey
)
public function GetAllConstituencies(
authKey : String
) : String[]
function GetAllConstituencies(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 constituencies in the database.
Exceptions
Remarks
The authorization key provided must be linked to an administrator role.
See Also