Click or drag to resize

PFRelation_SiteApplicationGet Method (PFQuery)

Gets applications by a given 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 override List<PFApplication> Get(
	PFQuery query
)

Parameters

query
Type: Packflow.CorePFQuery
Packflow query.

Return Value

Type: ListPFApplication
List of found applications.
See Also