Click or drag to resize

SettingsServiceSaveAction Method

Adds a new or updates an existing Action

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 void SaveAction(
	string authenticationKey,
	ActionPartialEntity action,
	IDataSession existingDataSession = null
)

Parameters

authenticationKey
Type: SystemString
Authentication Key
action
Type: AMCS.Elemos.IntegrationService.Entity.SettingsActionPartialEntity
Action to create or update based on GUID
existingDataSession (Optional)
Type: IDataSession
Optional existing data session to use instead of creating a new one
See Also