SBM ModScript Reference → Programming SBM ModScript → Object Types → FolderItemList → FolderItemList Contains() Method
(SBM On-Premise/PaaS only) Used to determine whether a folder contains an item.
Parameter | Type | Description |
---|---|---|
tableId |
int |
Table ID of the item to search for. |
recId |
int |
TS_ID of the item to search for. |
Type | Description |
---|---|
bool |
Returns true if the item is found in the list. |
SBM ModScript version: 11.3.
This method searches a folder for a given item from a given table. This method assumes the list contains only FolderItem objects from a single folder and thus tells you whether that folder contains the item.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.