Ifd:removeChildFromConcept

From dev.ifd-library.org

Jump to: navigation, search
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_guid Global unique identifier of the related context.
  • session_id - The session id for the active user.

Returns:


Back to the API

Comments: Talk:Ifd:removeChildFromConcept