Ifd:addContexts
From dev.ifd-library.org
public IfdContext [] addConntexts ( IfdContext [] new_contexts, String session_id ) throws IfdServerException
Function to add a new context to the IFD library. The function takes an array of IfcContext as input.
Input:
- new_context [] - Array of one or many IfdContext. The array can contain a mix of subtypes of IfdContext.
- session_id - The session id for the active user
Returns:
- IfdContext [] - An array of Ifd concepts or one of it's subtypes.
Comments: