Add an item to the end of the collection.

Syntax

finAccountAppCollateralItems.AddCollateralItem(key, [keyLocked], [used], [securityTypeId])

Parameters

NameTypeOptionalByRefDescription
key String A Key to identify this Collateral Item in the collection.
keyLocked Boolean Optional Key Locked items prevent the User from changing the Key or removing this item via the User Interface. If omitted, a value of True is assumed.
used Boolean Optional Indicates whether, by default, this Collateral Item is being Used. If omitted, a value of True is assumed.
securityTypeId String Optional The Id of the Security Type to use when creating an item on a Security Statement.

Return Value

finAccountAppCollateralItem

A finAccountAppCollateralItem object.

Member of:
finAccountAppCollateralItems
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0