Click or drag to resize

SettingsServiceExportActions Method

Exports all existing Actions (including those where IsDeleted=true)

Namespace:  AMCS.Elemos.IntegrationService.Services.Settings
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<ActionPartialEntity> ExportActions(
	string authenticationKey,
	IDataSession existingDataSession = null
)

Parameters

authenticationKey
Type: SystemString
Authentication Key
existingDataSession (Optional)
Type: IDataSession
Optional existing data session to use instead of creating a new one

Return Value

Type: IListActionPartialEntity
List of partial Action Entities
See Also