Ifd:updateConcept

From dev.ifd-library.org

Jump to: navigation, search
public IfdConcept updateConcept (IfdConcept concept, String session_id )
       throws IfdServerException

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

Input:

  • IfdConcept concept - Concept to be updated, any change to the GUID will be ignored.
  • session_id - The session id for the active user

Returns:


Back to the API

Comments: Talk:Ifd:updateConcept