Ifd:removeIllustrationFromConcept

From dev.ifd-library.org

Jump to: navigation, search
public IfdConcept removeIllustrationFromConcept (
                              String concept_guid,
                              String illustration_guid,
                              String session_id )
       throws IfdServerException

EXPRESS heading:

removeIllustrationFromConcept(concept_guid: STRING; illustration : IfdIllustration) : IfdConcept;


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


Input:

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

Returns:

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


Back to the API

Comments: