Click or drag to resize

PFSiteGetConnections Method

Gets external connections across multiple content-types (or all if not specified) in one query.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFExternalConnection> GetConnections(
	PFQuery query = null,
	bool enabledOnly = false,
	List<PFContentType> contentTypes = null
)

Parameters

query (Optional)
Type: Packflow.CorePFQuery
enabledOnly (Optional)
Type: SystemBoolean
contentTypes (Optional)
Type: System.Collections.GenericListPFContentType

Return Value

Type: ListPFExternalConnection
ListT
See Also