Ifd:updateValue

From dev.ifd-library.org

Jump to: navigation, search
Function public IfdValue updateValue (
                                     IfdValue value,
                                     String session_id) throws IfdServerException

Function to update a value. Everything except GUID may be updated.

Input:

  • IfdValue value The new changed value.
  • string session_id The session identifier for the active user.

Return: The changed value.

Back to the API

Comments: