Click or drag to resize

PFExternalConnection_LocationFactoryGetInstanceByType Method

Gets a new location based on the specified type.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFExternalConnection_Location GetInstanceByType(
	PFExternalConnection_Type type
)

Parameters

type
Type: Packflow.CorePFExternalConnection_Type

Return Value

Type: PFExternalConnection_Location
See Also