Ifd:removeNameFromContext

From dev.ifd-library.org

Jump to: navigation, search
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_guid The global unique identifier for the context.
  • IfdName name The name to be removed.
  • session_id session_id The session identifier of the active user.

Return:

The updated context.

Back to the API

Comments: