Click or drag to resize

PFSiteGetObjects Method

Gets all objects on specified relations.

Note : do NOT call this method with relations targeting the same SQL table!

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<PFBaseObject> GetObjects(
	PFQuery query,
	List<PFRelation> relations
)

Parameters

query
Type: Packflow.CorePFQuery
relations
Type: System.Collections.GenericListPFRelation

Return Value

Type: ListPFBaseObject
See Also