IUILinkProvider Interface |
Namespace: CMS.PortalEngine.Internal
public interface IUILinkProvider
Name | Description | |
---|---|---|
GetSingleObjectLink(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.
| |
GetSingleObjectLink(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. |