NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
Represents a Rendition Adapter, which returns the rendition of a blob. More...
Public Member Functions | |
RenditionAdapter () | |
Initializes a new instance of RenditionAdapter. More... | |
RenditionAdapter | SetRenditionName (string name) |
Sets the rendition name. More... | |
Public Member Functions inherited from NuxeoClient.Adapters.Adapter | |
Adapter (string id) | |
Initializes a new instance of Adapter. More... | |
string | GetEndpointSuffix () |
Returns the endpoint suffix to the current Adapter, to be appended to other requests. More... | |
Properties | |
string | RenditionName [get, protected set] |
Gets the rendition name. More... | |
Properties inherited from NuxeoClient.Adapters.Adapter | |
String | Id [get, protected set] |
Gets the Adapter's ID. More... | |
String | Parameters [get, set] |
Gets the adapter parameters to be sent on the request. More... | |
Represents a Rendition Adapter, which returns the rendition of a blob.
For more details about Adapters, check Nuxeo Documentation Page.
Definition at line 25 of file RenditionAdapter.cs.
NuxeoClient.Adapters.RenditionAdapter.RenditionAdapter | ( | ) |
Initializes a new instance of RenditionAdapter.
Definition at line 35 of file RenditionAdapter.cs.
RenditionAdapter NuxeoClient.Adapters.RenditionAdapter.SetRenditionName | ( | string | name | ) |
Sets the rendition name.
name | The rendition name. |
Definition at line 44 of file RenditionAdapter.cs.
|
getprotected set |
Gets the rendition name.
Definition at line 30 of file RenditionAdapter.cs.