  | ThirdPartySystemGetInterpretationTypes Method  | 
 [This is preliminary documentation and is subject to change.]
            Return the list of all interpretation types defined in the system for the connected customer.
            
 
    Namespace: 
   Dyostem.Services
    Assembly:
   Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic InterpretationTypesListResult GetInterpretationTypes(
	string sessionId
)
Public Function GetInterpretationTypes ( 
	sessionId As String
) As InterpretationTypesListResult
Dim instance As ThirdPartySystem
Dim sessionId As String
Dim returnValue As InterpretationTypesListResult
returnValue = instance.GetInterpretationTypes(sessionId)
public final function GetInterpretationTypes(
	sessionId : String
) : InterpretationTypesListResult
function GetInterpretationTypes(sessionId);
Parameters
- sessionId
 - Type: SystemString
The SessionId returned by the OpenSession(String, String) command. 
Return Value
Type: 
InterpretationTypesListResultAn instance of 
InterpretationTypesListResult compound with a 
Message indicating that the command succeeded or not, and the requested list.
Examples
See Also