Ifd:updateConcept
From dev.ifd-library.org
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:
- IfdConcept - The updated concept.
Comments: Talk:Ifd:updateConcept