RemoveItem - cWebMenuBar

Removes an item from a dynamic menu based on its id.

Type: Procedure

Parameters: String sId

ParameterDescription
sIdUnique identifier of the menu item that needs to be updated


Syntax
Procedure RemoveItem String sId

Call: Send RemoveItem sId


Description

Removes an item from a dynamic menu based on its id.

See Also

InsertItem | UpdateItem