Dovico.TrackITAPI.CProject.Save(System.String,Dovico.TrackITAPI.CStateInfo)
Function Overview:
Saves project information to the database. The project information should be specified in the format project.xsd
Parameter List:
sXml - string - string of xml with project information in the format project.xsd
siState - CStateInfo - State information needed to process the transaction
Returns
A string of xml containing the IDs of inserted and updated items
Example:
No example yet available