Ifd:addCommentsToConcept
From dev.ifd-library.org
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:
-
IfdDescription []- An array of IfdDescriptions.
Comments: Probably better to add a single comment only with one function call. Kees Woestenenk