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 public PFUserNavigationEntry Ensure(
PFGroup group
)
Parameters
- group
- Type: Packflow.CorePFGroup
Group of the profile page visited by the user.
Return Value
Type:
PFUserNavigationEntryThe ensured navigation entry.
See Also