Ifd:removeNameFromConcept
From dev.ifd-library.org
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.
- session_id - The session id for the active user
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:
- the guid of the concept and the guid of the name to remove, or..
- the guid of the concept and the name string to remove plus the corresponding language guid.
Comments: