Click or drag to resize

PFExternalConnectionsHubSaveConnection Method

Saves the connection or creates it.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFAdminExternalConnectionViewModel SaveConnection(
	PFAdminExternalConnectionViewModel model
)

Parameters

model
Type: Packflow.InterfacePFAdminExternalConnectionViewModel
The model.

Return Value

Type: PFAdminExternalConnectionViewModel
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Cannot create external connection because parent contentType can't be found. or Cannot save connection. The connection can't be found.
See Also