AddFileBody¶
Adds a file as the request body.
myRestRequest.AddFileBody(fileId: string):RestRequest (RestRequest)
Parameters¶
string fileId
The ID number of the file.
Returns¶
The current RestRequest instance.
Adds a file as the request body.
myRestRequest.AddFileBody(fileId: string):RestRequest (RestRequest)
string fileId
The ID number of the file.
The current RestRequest instance.