ISys Document Api Methods
Methods
| Load | Load the document object by name. |
| OpenRead | Open a document for reading. |
| OpenWrite | Open a document for reading. |
| ReadAllBytes | Reads the contents of the file into a byte array. |
| ReadToStream | Reads the contents of a blob to a stream. |
| Store | Stores document with a stream. If the document already exists, it will be overwritten. |