Click or drag to resize

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)
Syntax
public IList<CommunicationPreferencesPartialEntity> GetSystemCommunicationPreferences(
	string authenticationKey
)

Parameters

authenticationKey
Type: System.String
The authentication key.

Return Value

Type: IList<CommunicationPreferencesPartialEntity>
See Also