Dovico.TrackITAPI.COptions.GetCustomTerminology(System.String,Dovico.TrackITAPI.CStateInfo)
Function Overview:
Returns xml containing all custom terminology codes, and the custom term that they map to within the software.
Parameter List:
sXml - string - reserved for future use
siState - CStateInfo - State information needed to process the transaction
Returns
A string containing tags and custom terms in an xml format.
Example:
// no xml is needed for the custom terminology query...
// just pass in an empty string
string sCustomTerminologyXml = wsapi.MethodInvoke("OptionsGetCustomTerminology", "", stToken);