Ifd:addCommentsToConcept

From dev.ifd-library.org

Jump to: navigation, search
public IfdDescription [] addCommentsToConcept (
                                           String concept_guid,
                                           IfdDescription[] comments,
                                           String session_id )
                   throws IfdServerException

Function to add one or more comments to a concept. The function takes an array of IfdDescription as input in addition to the global unique identifier for the concept itself and the session_id.

Input:

  • String concept_guid - The global unique identifier for the concept to which we want to add names (names may not exist in the library)
  • IfdDescription comments [] - Array of one or more IfdDescriptions.
  • string session_id - The session id for the active user

Returns:


Back to the API

Comments: Probably better to add a single comment only with one function call. Kees Woestenenk