Go to: Synopsis. Return value. MEL examples.

Synopsis

createNewShelf

Create an empty new shelf tab. Prompt the user for the name. If the name is invalid then it will re-prompt until the user cancels.

Return value

int : 1 if a shelf tab was created, otherwise 0

Arguments

Variable Name Variable Type Description
None.

MEL examples

  createNewShelf;