Ifd:removeCommmentFromConcept
From dev.ifd-library.org
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.
- session_id - The session id for the active user
Returns:
- IfdConcept - The concept after the comment has been removed.
Comments: