| Working with Document Streams | Scroll | 
When you update or create a document, you can specify file streams for the document.
If you want to add new stream specify FileData and FileName values. StreamNo must be null !
If you want to update the stream specify FileData, FileName and StreamNo where StreamNo is the number of the updated stream.
| Element Name | Element Type | 
| â–¡ Streams | 
 | 
| ≡ WSStreamInfoWithData | 
 | 
| â–¡ FileData | xs:base64Binary | 
| â–¡ FileName | xs:string | 
| â–¡ StreamNo | xs:int | 
If you want to delete existing stream(s) use StreamNosToDelete list.
| Element Name | Element Type | 
| â–¡ StreamNosToDelete | 
 | 
| ≡ StreamNo | :int | 
See also operations CreateDocument (add), UpdateDocument (add, update, delete), SubmitCreateDocumentBatch (add), UploadDocStreamToBatch (add, update), SubmitUpdateDocumentBatch (delete).