Ifd:updateLanguage

From dev.ifd-library.org

Jump to: navigation, search
public IfdLanguage updateLanguage (IfdLanguage language, String session_id )
       throws IfdServerException

EXPRESS heading:

QUERY_FUNCTION updateLanguage ( language : IfdLanguage ) :IfdLanguage;

Function to update a language. Only simple attributes, except GUID may be updated.

Input:

  • IfdLanguage language - Language to be updated, any change to the GUID will be ignored.
  • session_id - The session id for the active user

Returns:


Back to the API

Comments: