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

int : 1 if the name is valid, 0 otherwise

Arguments

Variable Name Variable Type Description
$newNamestringPotential shelf name to check.

MEL examples

	validateShelfName "123isNotValid";