Interface ILibraryModule

All Superinterfaces:
IBaseLibraryModule, IModule, Remote
All Known Implementing Classes:
CustomPortalLibraryModule, PortalLibraryModule

public interface ILibraryModule extends IBaseLibraryModule
The library module interface.

Code sample :

 // creation of a library module object
 ILibraryModule libraryModule = SDKFactory.MODULES.getLibraryModule();
 try
 {
 }
 finally
 {
  // uninitialize the module
        SDKFactory.MODULES.releaseModule(libraryModule);
 }
 

See Also: