Ifd:addNamesToConcept

From dev.ifd-library.org

Jump to: navigation, search
public IfdName [] addNamesToConcept (
                                      String concept-guid,
                                      IfdName[] names,
                                      String session_id )
                   throws IfdServerException

Function to add one or more IfdNames to a concept. The function takes an array of IfdName 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)
  • IfdName [] names - Array of one or more IfdNames.
  • string session_id - The session id for the active user

Returns:in addition to the global unique identifier for the concept itself


Back to the API

Comments: Talk:Ifd:addNamesToConcept