Ifd:removeCommmentFromConcept

From dev.ifd-library.org

Jump to: navigation, search
public IfdConcept removeCommmentFromConcept (
                                    String concept_guid,
                                    String comment_guid,
                                    String session_id )
       throws IfdServerException

EXPRESS heading:

removeCommmentFromConcept(concept_guid: STRING; comment : IfdDescription) : IfdConcept;


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


Input:

  • string concept_guid - The GUID of the concept we want to remove the comment from.
  • string comment_guid - The global unique identifier for comment we want to remove from the concept.

Returns:

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


Back to the API

Comments: