Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

Adds specified base64 encoded file content to request

RestRequest myRestRequest.AddFileBase64(name: string, content: string, fileName: string, mimeType: string)

Arguments

string name
Name of parameter
string content
Base64 encoded string
string fileName
Name of file including extension
string mimeType
Mime type of file.
  • No labels