# 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

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)Render()

Returns the content to send to the client for rendering.

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