Method Write
Write(string, string, byte[])
Stores one resource and returns the href to write into the document.
string? Write(string suggestedFileName, string contentType, byte[] data)
Parameters
suggestedFileNamestringA deterministic suggested file name, for example "image1.png".
contentTypestringThe content type.
databyte[]The resource bytes.
Returns
- string
The href to write, or null to omit the reference and report it as dropped.