Folder AddItem() Method

(SBM On-Premise/PaaS only) Adds an AppRecord item to a folder.

Function Signature

 bool AddItem( AppRecord rec )

Parameters

Parameter Type Description

rec

AppRecord

The item to add to the folder.

Return

Type Description

bool

Returns true if the item is added successfully; false if not.

Technical Details

SBM ModScript version: 11.3.

Notes

None.

Related Topics

Folder