Click or drag to resize

PFRelation_UserNavigationEntryEnsure Method (PFUser)

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(
	PFUser user
)

Parameters

user
Type: Packflow.CorePFUser
User of the profile page visited by the user.

Return Value

Type: PFUserNavigationEntry
The ensured navigation entry.
See Also