ShareRequestParams
| Name | Type | Description |
| FolderId | String | The Folder Id for this Request. Has precedence over FolderPath |
| FolderPath | String | The path to the Folder for this Request |
| Emails | List of String | List of emails to whom this Share should be sent |
| Subject | String | The subject of the Share email |
| Body | String | A message to be included in the Share email body |
| CcSender | Boolean | If true, the Share sender will be cc'd in the Share email |
| RequireLogin | Boolean | If true, recipients will need to login to access the Share |
| ExpirationDays | Int32 | Number of days until access to this Share expires |
| NotifyOnUpload | Boolean | If true, the sender will receive an email notification when files are uploaded to the Share |
| IsViewOnly | Boolean | If true, the Share items can only be viewed but not downloaded. Not applicable for Request Shares |