Click or drag to resize

PFRelation_GroupGetById Method (Int64, Boolean)

Gets a group by its id. If not found on application, will try on parent site.

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 PFGroup GetById(
	long id,
	bool useCache
)

Parameters

id
Type: SystemInt64
useCache
Type: SystemBoolean

Return Value

Type: PFGroup
See Also