Click or drag to resize
ObjectDetailLinkParametersPersistent Property
Gets or sets whether the given link should remain in the browser navigation bar, enabling the window reload. By default the link is not persistent, after navigating to the single object, URL is discarded and reload will lead to the application root.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax
C#
public bool Persistent { get; set; }

Property Value

Type: Boolean
See Also