DownloadDocument Method (DocumentFactory) (original) (raw)
Summary
Downloads the data of the specified document URI into a stream.
Overload List
Overload | Description |
---|---|
DownloadDocument(DownloadDocumentOptions) | Downloads the data of the specified document ID. |
DownloadDocument(ObjectCache,string,long,byte[],int,int) | Downloads the data of the specified document ID into an array. |
DownloadDocument(ObjectCache,string,long,int,Stream) | Downloads the data of the specified document ID into a stream. |
DownloadDocument(ObjectCache,Uri,long,byte[],int,int) | Downloads the data of the specified document URI into an array. |
DownloadDocument(ObjectCache,Uri,long,int,Stream) | Downloads the data of the specified document URI into a stream. |