Ifd:removeChildFromConcept
From dev.ifd-library.org
public IfdConceptInRelationship [] removeChildFromConcept ( String concept_guid, IfdConceptInRelationship child, String rel_context_guid, String session_id ) throws IfdServerException
Removes the child from the concepts. This do not delete the child from the library, it just removes it from the concept.
Input:
-
string concept_guid- The global unique identifier for concept from which we want to remove the child. -
IfdConceptInRelationship child- The child we want to remove from the concept. -
String rel_context_guidGlobal unique identifier of the related context. - session_id - The session id for the active user.
Returns:
- IfdConceptInRelationship - The concepts after the child has been removed.
Comments: Talk:Ifd:removeChildFromConcept