Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeGet Method (PFQueryFilter)

Gets objects using multiple filters (separated by an AND operator).

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<ChildType> Get(
	params PFQueryFilter[] filters
)

Parameters

filters
Type: Packflow.CorePFQueryFilter

Return Value

Type: ListChildType
List of found objects.
See Also