DownloadBizcard
Usage information for the operation DownloadBizcard.rsb.
Input
| Name | Type | Required | Accepts Output Streams | Description |
| BizcardId | String | True | False | The id of bizcard. |
| Side | String | False | False | Set the front / back side of the card image. Default : front |
| LocalFolder | String | False | False | The folder to download the file to. |
| FileName | String | False | False | The name of the file downloading. Default {Bizcardid}.jpg |
| Encoding | String | False | False | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
| FileStream | String | False | True | An instance of an output stream where file data is written to. Only used if LocalFolder is not provided. |
Result Set Columns
| Name | Type | Description |
| Success | String | If the operation succeeds. |
| FileData | String | If the LocalFolder and FileStream are not provided, this contains the content of the file. |