Click or drag to resize

PFRelation_UserNavigationEntryEnsure Method (PFItem)

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(
	PFItem item
)

Parameters

item
Type: Packflow.CorePFItem
Item of the page visited by the user.

Return Value

Type: PFUserNavigationEntry
The ensured navigation entry.
See Also