10.07.2015 Views

Web Service Guide - RedCarpet - Login - SilkRoad Technology

Web Service Guide - RedCarpet - Login - SilkRoad Technology

Web Service Guide - RedCarpet - Login - SilkRoad Technology

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>RedCarpet</strong>Code exampleRetrieve the corresponding PDF based on the given FormID. Write the PDF to a“downloadedforms” directory:Eprise.EpsBinaryEx ret = service.GetFormPDF(sessionnum,t.Data[i][nObjectid]);if (ret.ErrorNum != 1){Console.Out.WriteLine("Error while trying to retrieve pdf for " +t.Data[i][nObjectid] + " Error:" + t.ErrorString);return;}Byte[] arrBytes = ret.Data;String strFileName =String.Format("c:\\downloadedforms\\Form{0}.pdf",t.Data[i][nObjectid]);FileStream f = File.OpenWrite(strFileName);f.Write(arrBytes,0,arrBytes.Length);f.Close();Delete Specified FormA delete method is provided for responsible management of your forms based onyour specifications.DeleteFormUsageUsed to delete a form from <strong>RedCarpet</strong> based on a FormID.User Import and Edit 114

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!