Ifd:addNamesToContext

From dev.ifd-library.org

Jump to: navigation, search
 Function public IfdName [] addNamesToContext (
                                                   String context_guid,
                                                   IfdName [] names,
                                                   String session_id) throws IfdServerException


Function to add one or more names a context.

Input:

  • String context_guid The global unique identifier of the context that the names should be added to.
  • IfdName [] names An array containing names to be added to the context.

Return: An updated list of IfdName in the context.

Back to the API

Comments: