Click or drag to resize
ObjectDetailLinkParameters Class
Object detail link parameters.
Inheritance Hierarchy
SystemObject
  CMS.PortalEngineObjectDetailLinkParameters

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public class ObjectDetailLinkParameters

The ObjectDetailLinkParameters type exposes the following members.

Constructors
  NameDescription
Public methodObjectDetailLinkParameters
Top
Properties
  NameDescription
Public propertyAllowNavigationToListing
Navigation to the parent tabs will be possible if enabled.
Public propertyObjectIdentifier
Object id or object name. Can be left empty for object creation to be shown.
Public propertyParentObjectIdentifier
Parent id or parent name.
Public propertyParentTabName
Name of the parent tab name. Will be selected when navigating back in tabs.
Public propertyTabName
Name of the tab. Can be used to navigate to an individual tab.
Top
Remarks
Use when creating link to the object detail.
See Also