Ifd:updateName

From dev.ifd-library.org

Jump to: navigation, search
public IfdName updateName (String concept-guid, IfdName name, String session_id )
       throws IfdServerException

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

Input:

  • String concept_guid - The global unique identifier for the concept for which this names belong.
  • IfdName name - Name 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