NuxeoDotNetClient  1.0.0 beta
.NET Client for Nuxeo Automation and REST API
Public Member Functions | Properties | List of all members
NuxeoClient.Adapters.RenditionAdapter Class Reference

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...
 

Detailed Description

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.

Inheritance diagram for NuxeoClient.Adapters.RenditionAdapter:
NuxeoClient.Adapters.Adapter

Constructor & Destructor Documentation

NuxeoClient.Adapters.RenditionAdapter.RenditionAdapter ( )

Initializes a new instance of RenditionAdapter.

Definition at line 35 of file RenditionAdapter.cs.

Member Function Documentation

RenditionAdapter NuxeoClient.Adapters.RenditionAdapter.SetRenditionName ( string  name)

Sets the rendition name.

Parameters
nameThe rendition name.
Returns
The current RenditionAdapter instance.

Definition at line 44 of file RenditionAdapter.cs.

Property Documentation

string NuxeoClient.Adapters.RenditionAdapter.RenditionName
getprotected set

Gets the rendition name.

Definition at line 30 of file RenditionAdapter.cs.