Ifd:addValues

From dev.ifd-library.org

Jump to: navigation, search
 Function public IfdValue [] addValues (
                                                      IfdValue[] values,
                                                      String sessionId)
                                        throws IfdServerException


Function to add new values to the IFD Library. The function takes an array of IfdValue as input and in addition the session identifier

Input:

  • IfdValue [] Values to be added.
  • String The session id for the active user.

Returns: The updated array of values.

Back to the API

Comments: