Ifd:updateDescription

From dev.ifd-library.org

Jump to: navigation, search
public IfdDescription updateDescription (
                                                 String concept_guid,
                                                 IfdDescription description,
                                                 String session_id )
       throws IfdServerException

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

Input:

  • string concept_guid - The global unique identifier for the concept of the description to be updated.
  • IfdDescription description - Description 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:updateDescription