setContext

format

void setContext(EveContext context)

description

Sets the context information for the MediaCollection. If you are using only one database, you likely do not need to use this method. However, if you are using more than one database, you need to use an EveContext object to make sure the system knows where to find your MediaCollection.

 

For more information on EveContext, see the EveContext section.

parameters

context - the context of the MediaCollection

returns

nothing (void)

throws

The setContext() method does not throw any exceptions.