NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
This is the complete list of members for NuxeoClient.Blob, including all inherited members.
Blob(string filename) | NuxeoClient.Blob | |
Blob(string filename, byte[] content) | NuxeoClient.Blob | |
Blob(string filename, byte[] content, string mime) | NuxeoClient.Blob | |
Content | NuxeoClient.Blob | |
Filename | NuxeoClient.Blob | |
FromJObject(JObject obj) | NuxeoClient.Blob | static |
IsChunk | NuxeoClient.Blob | |
MimeType | NuxeoClient.Blob | |
SetContent(byte[] content) | NuxeoClient.Blob | |
SetContent(string content) | NuxeoClient.Blob | |
SetFilename(string filename) | NuxeoClient.Blob | |
SetMimeType(string mime) | NuxeoClient.Blob | |
Split(int numChunks) | NuxeoClient.Blob | |
ToJObject() | NuxeoClient.Blob |