 | SettingsServiceExportAreaOfOrigins Method |
Exports AreaOfOrigin records.
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<AreaOfOriginPartialEntity> ExportAreaOfOrigins(
string authenticationKey
)
Public Function ExportAreaOfOrigins (
authenticationKey As String
) As IList(Of AreaOfOriginPartialEntity)
Parameters
- authenticationKey
- Type: SystemString
Authentication key
Return Value
Type:
IListAreaOfOriginPartialEntity
List of AreaOfOrigin records.
Exceptions
See Also