Skip to main content

<a id=“SuperOffice_WebApi_Agents_ITooltipsAgent”></a> Interface ITooltipsAgent

Namespace: SuperOffice.WebApi.Agents
Assembly: SuperOffice.WebApi.dll
Tooltip system, hint to text transformation

Implements

IAgentBase, IDisposable

Methods

<a id=“SuperOffice_WebApi_Agents_ITooltipsAgent_GetTooltipAsync_System_String_SuperOffice_WebApi_RequestOptions_”></a> GetTooltipAsync(string, RequestOptions)

Parse a tooltip hint and return a tooltip. The returned tooltip string may contain resource string identifiers (in square brackets), to be processed by the resource manager.<para />The tooltip hint is either a literal text, representing itself, or a set of key/value pairs enclosed in curly braces. Each key is separated from its value by an equals sign, and each pair from the next by an ampersand, according to usual conventions.<para />A typical tooltip hint could be {contact_id=123} or {appointment_id=222&amp;mode=simple}

Parameters

tooltipHint string requestOptions RequestOptions Override language/culture codes on this request.

Returns

Task<string&gt;