Click or drag to resize

PFRelation_UserNavigationEntryEnsure Method (PFView)

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(
	PFView view
)

Parameters

view
Type: Packflow.CorePFView
View of the page visited by the user.

Return Value

Type: PFUserNavigationEntry
The ensured navigation entry.
See Also