Click or drag to resize

PFRelation_GroupEnsureGroup Method

Ensures that a group with the specified name exists. If the group did not exist, it is returned not yet persisted.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFGroup EnsureGroup(
	string name
)

Parameters

name
Type: SystemString
Name of the group.

Return Value

Type: PFGroup
PFGroup
See Also