Click or drag to resize

PFRelation_UserNavigationEntryEnsure Method (PFGroup)

If existing entry with same url found, updates it. Else creates a new entry and applies retention.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFUserNavigationEntry Ensure(
	PFGroup group
)

Parameters

group
Type: Packflow.CorePFGroup
Group of the profile page visited by the user.

Return Value

Type: PFUserNavigationEntry
The ensured navigation entry.
See Also