 | SettingsServiceGetMarketingSources Method |
Gets marketing sources
Namespace:
AMCS.Elemos.IntegrationService.Services.Settings
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<MarketingSourcePartialEntity> GetMarketingSources(
string authenticationKey
)
Public Function GetMarketingSources (
authenticationKey As String
) As IList(Of MarketingSourcePartialEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key.
Return Value
Type:
IListMarketingSourcePartialEntity
Exceptions
See Also