Ifd:removeNameFromContext
From dev.ifd-library.org
Function public IfdContext removeNameFromContext ( String context_guid, IfdName name, String session_id) throws Ifd:IfdServerException
Function to remove a name from the context.
Input:
-
string concept_guidThe global unique identifier for the context. -
IfdName nameThe name to be removed. -
session_id session_idThe session identifier of the active user.
Return:
The updated context.
Comments: