Dovico.TrackITAPI.CReport.GetInfo(System.String,Dovico.TrackITAPI.CStateInfo)
Function Overview:
Returns information related to the report item specified by getinfo.xsd in an xml format. REPORTBLOB is an empty string when returning information pertaining to a folder.
Parameter List:
sXml - string - xml containing ID of item to retrieve data for in the format getinfo.xsd
siState - CStateInfo - State information needed to process the transaction
Returns
Information related to the item in an xml format.
Example:
// initialize a string of xml containing the ID of the Report to retrieve information for
string sXml = "<GetInfo:ID xmlns:GetInfo=\"http://www.dovico.com/schemas/getinfo.xsd\">30100</GetInfo:ID>";
// call the method
string sReportInfo = wsapi.MethodInvoke("ReportGetInfo", sXml, stToken);