Click or drag to resize
IUILinkProvider Interface
Provides methods for generating links to access single objects within the module. (e.g. single Site).

Namespace: CMS.PortalEngine.Internal
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax
C#
public interface IUILinkProvider
Methods
  NameDescription
Public methodCode exampleGetSingleObjectLink(UIElementInfo, ObjectDetailLinkParameters)
Gets link to the single object if supported by the current state of UI elements. Can return link to the object creation if object identifier in ObjectDetailLinkParameters is left empty. Leaving out the ObjectDetailLinkParameters to null will return simple link for the object creation.
Public methodCode exampleGetSingleObjectLink(String, String, ObjectDetailLinkParameters)
Gets link to the single object if supported by the current state of UI elements.
Can return link to the object creation if object identifier in ObjectDetailLinkParameters is left empty. Leaving out the ObjectDetailLinkParameters to null will return simple link for the object creation.
Top
See Also