Ifd:getConceptFromName
From dev.ifd-library.org
Function public IfdConcept getConceptFromName ( String name_guid, IfdLanguage languages[], String session_id ) throws IfdServerException
Method to retrieve the concept given language(s) and the name GUID.
Input:
-
string guid- the name GUID -
IfdLanguage languages[]- a list of languages in which you want the concept in -
string session_id- the session id for the current user
Return:
-
IfdConcept- the concept to retrieve
Note: This function is not part of the current current WSDL 2.0 API.
Comments: