Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.API.BinaryDataParameter.Create

Jackson Wood edited this page Jul 25, 2018 · 4 revisions

public static BinaryDataParameter Create(string key, string fileName, string mimeType, byte[] contents);

Parameters

Name Description
key
fileName
mimeType
contents

Returns

BinaryDataParameter: Result of the function calculations

Clone this wiki locally