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