Go to: Synopsis. Return value. MEL examples.

Synopsis

deleteShelfTab (string $shelfName)

Deletes a shelf layout and tab from the top level shelves, and removes its preferences so that it will not be loaded again. The user is prompted for confirmation of the delete.

Return value

None

Arguments

Variable Name Variable Type Description
$shelfNamestringName of the shelf tab to delete

MEL examples

  deleteShelfTab "Shelf2";