Click or drag to resize

PFUserGetItemsFiltersForCurrentContextFilters Method

This will generate PFQuery filters allowing to filter items according to this user current context filters.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFQueryNode GetItemsFiltersForCurrentContextFilters(
	List<PFContentType> contentTypes = null
)

Parameters

contentTypes (Optional)
Type: System.Collections.GenericListPFContentType
Filters will be more specific if the query is intended to concern specific content-types.

Return Value

Type: PFQueryNode
A query node with application context filters.
See Also