Ifd:addNamesToContext
From dev.ifd-library.org
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_guidThe global unique identifier of the context that the names should be added to. -
IfdName [] namesAn array containing names to be added to the context.
Return: An updated list of IfdName in the context.
Comments: