> For the complete documentation index, see [llms.txt](https://web-api.iceteagroup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web-api.iceteagroup.com/ppj.web.49/interfaces/ppj.runtime.windows.isallistitem.md).

# ISalListItem

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Web.49** (4.9.0.0)

SAL List items that provide rendering text different from display text can implement this interface.

{% tabs %}
{% tab title="C#" %}

```csharp
public interface ISalListItem
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Interface ISalListItem
```

{% endtab %}
{% endtabs %}

## Methods

### ![](/files/qoQXnPICsjBVNBSqpOj9)Render()

Returns the content to send to the client for rendering.

**Returns:** [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object).
