Click or drag to resize

PFRelation_GroupAdd Method

Creates a new group instance, 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 Add(
	string name
)

Parameters

name
Type: SystemString
Name of the group.

Return Value

Type: PFGroup
PFGroup
Exceptions
ExceptionCondition
DataCollisionExceptionGroup with this internal name already exists.
See Also