setCollectionName

format

void setCollectionName(String collectionName) throws EveException

 

void setCollectionName(String collectionName,CommandList beforeMethods,CommandList afterMethods) throws EveException

description

Sets the name of the MediaCollection to collectionName.

parameters

collectionName - the new name for the MediaCollection

 

CommandList beforeMethods — indicates that you want to run a command method(s) before the method is invoked

 

CommandList afterMethods — indicates that you want to run a command method(s) after the method is executed

returns

nothing (void)

throws

The setCollectionName() method throws an EveException if the naming fails.