 | ContactService.GetSystemCommunicationPreferences Method |
Gets the system communication preferences.
Namespace:
AMCS.Elemos.IntegrationService.Services.Contact
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<CommunicationPreferencesPartialEntity> GetSystemCommunicationPreferences(
string authenticationKey
)
Public Function GetSystemCommunicationPreferences (
authenticationKey As String
) As IList(Of CommunicationPreferencesPartialEntity)
Parameters
- authenticationKey
- Type: System.String
The authentication key.
Return Value
Type:
IList<CommunicationPreferencesPartialEntity>
See Also