Ifd:removeNameFromConcept

From dev.ifd-library.org

Jump to: navigation, search
public IfdConcept removeNameFromConcept (
                         String concept_guid,
                         IfdName name,
                         String session_id )
       throws IfdServerException

EXPRESS heading:

removeNameFromConcept(concept_guid: STRING; name : IfdName) : IfdConcept;


Removes the name from the concept. This do not delete the name from the library, it just removes it from the concept.


Input:

  • string concept_guid - The GUID of the concept we want to remove the name from.
  • IfdName name - The name we want to remove from the concept.

Returns:

  • IfdConcept - The concept after the name has been removed.

[edit] Minimum required input

There are two ways of using the function, the input required is:

  1. the guid of the concept and the guid of the name to remove, or..
  2. the guid of the concept and the name string to remove plus the corresponding language guid.


Back to the API

Comments: