RetrieveUserPhoto
Retrieve the photo of a user.
Input
Name | Type | Accepts Output Streams | Description |
UserId | String | False | Id of the file which you want to download |
PhotoSize | String | False | The size of the photo to retrieve. Supported dimensions: 48x48, 64x64, 96x96, 120x120, 240x240, 360x360, 432x432, 504x504, and 648x648. |
FileLocation | String | False | Where to store the file. Specify the full file path and file name. |
Encoding | String | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
FileStream | String | True | An instance of an output stream where file data is written to. Only used if FileLocation is not provided. |
Result Set Columns
Name | Type | Description |
Status | String | Stored Procedure Execution Status |
FileData | String | The FileData output |