Method DownloadDocumentShare
DownloadDocumentShare(String, String)
Download document share file as byte array
Declaration
byte[] DownloadDocumentShare(string tenantName, string documentShareId)
Parameters
Type | Name | Description |
---|---|---|
System.String | tenantName | The tenant name. |
System.String | documentShareId | The document share id |
Returns
Type | Description |
---|---|
System.Byte[] | some bytes from document share file |
Examples
POST http://YourServerName/InfoShare/Json/File/DownloadDocumentShare
Example for download document share file as byte array.{
"documentShareId": "335da2cf-3d0f-4614-8091-3dc0c7766492"
}
Response:
{
"DownloadDocumentShareResult":[37,80,68,70,45,49,46,53,13,10,37,181,181,181,181,13,10,49,32,48,32,111,
98,106,13,10,60,60,47,84,121,112,101,47,67,97,116,97,108,111,103,47,80,97,54,68,69,41,32,47,83,116,114 ....]
}