Folder DeleteItem() Method

(SBM On-Premise/PaaS only) Removes an AppRecord item from a folder.

Function Signature

 bool DeleteItem( AppRecord rec )

Parameters

Parameter Type Description

rec

AppRecord

The item to remove from the folder.

Return

Type Description

bool

Returns true if removed successfully; false if not.

Technical Details

SBM ModScript version: 11.3.

Notes

The item is not deleted from the system, just from the folder.

Related Topics

Folder