Dovico.TrackITAPI.CGroup.Delete(System.String,Dovico.TrackITAPI.CStateInfo)
Function Overview:
Deletes groups specified in sIDXml which conforms to id.xsd schema.
Parameter List:
sIDXml - string - string of ids to delete for groups in the format id.xsd
siState - CStateInfo - State information needed to process the transaction
Returns
A string reserved for future use.
Example:
// initialize a string of xml containing group IDs to delete
string sXml = "<ID:IDS xmlns:ID=\"http://www.dovico.com/schemas/id.xsd\">";
sXml += "<ID>2280</ID></ID:IDS>";
// call the method
wsapi.MethodInvoke("GroupDelete", sXml, stToken);