Skip to content

AddFile

Adds the specified file to the request.

1
myRestRequest.AddFile(name: string, fileId: string):RestRequest

Parameters

string name
    The name of the parameter.

string fileId
    The ID number of the file.

Returns

The current RestRequest instance.

See Also