Click or drag to resize
IUILinkProvider Methods
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