Click or drag to resize

PFRelation_GroupGetById Method (Int64)

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

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 groupId
)

Parameters

groupId
Type: SystemInt64

Return Value

Type: PFGroup
See Also