Click or drag to resize

PFRelation_GroupGetAll Method

Gets all objects of this relation (filtered by RLS).

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<PFGroup> GetAll(
	bool useCache = false,
	bool resetCache = false
)

Parameters

useCache (Optional)
Type: SystemBoolean
If cache is empty, will fill it. If not empty, will use it instead of querying the database.
resetCache (Optional)
Type: SystemBoolean
Empty the cache.

Return Value

Type: ListPFGroup
List of found objects.
See Also