create

format

void create(String path) throws EveException

 

void create(String path,CommandList beforeMethods,CommandList afterMethods) throws EveException

description

Creates a new MediaCollection in the specified location.

parameters

path - the location in which to create the new 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 create() method throws an EveException if the creation fails.