Add an item to the list.

Syntax

ISCodeDescriptionList.Add(code, description)

Parameters

NameTypeOptionalByRefDescription
code String The Code.
description String The Description.

Return Value

Boolean

A Boolean value indicating whether the item was added or not. This will only return False if the MaxItems allowed has already been met and the item cannot be added (this does not apply to MruList type lists).

Member of:
ISCodeDescriptionList
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0