Click or drag to resize

PFExternalConnectionsHubGetNewConnection Method

Gets a new connection for specified content-type.

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 GetNewConnection(
	long contentTypeId
)

Parameters

contentTypeId
Type: SystemInt64
The content type identifier.

Return Value

Type: PFAdminExternalConnectionViewModel
See Also