| ObjectDetailLinkParameters Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.PortalEngine
 Syntax
Syntaxpublic class ObjectDetailLinkParameters
The ObjectDetailLinkParameters type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ObjectDetailLinkParameters | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllowNavigationToListing | 
            Navigation to the parent tabs will be possible if enabled.
             | 
|  | ObjectIdentifier | 
            Object id or object name. Can be left empty for object creation to be shown.
             | 
|  | ParentObjectIdentifier | 
            Parent id or parent name.
             | 
|  | ParentTabName | 
            Name of the parent tab name. Will be selected when navigating back in tabs.
             | 
|  | Persistent | 
            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.
             | 
|  | TabName | 
            Name of the tab. Can be used to navigate to an individual tab.
             | 
 Remarks
Remarks See Also
See Also