Go to: Synopsis. Return value. MEL examples.

Synopsis

validateShelfName (string $newName)

This script is called to make verify that a potential name for a shelf tab is valid.

Return value

None

Arguments

Variable Name Variable Type Description
$newName string Potential shelf name to check.

MEL examples

      validateShelfName "123isNotValid";