![]() |
NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
Represents a Blob Adapter that returns blob corresponding to the Document attribute matching the Xpath. More...
Public Member Functions | |
| BlobAdapter | SetXpath (string xpath) |
| Sets the blob's Xpath. 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 | Xpath [get, protected set] |
| Gets the blob's xpath. 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 Blob Adapter that returns blob corresponding to the Document attribute matching the Xpath.
For more details about Adapters, check Nuxeo Documentation Page.
Definition at line 26 of file BlobAdapter.cs.
| BlobAdapter NuxeoClient.Adapters.BlobAdapter.SetXpath | ( | string | xpath | ) |
Sets the blob's Xpath.
| xpath | The xpath attribute. |
Definition at line 42 of file BlobAdapter.cs.
|
getprotected set |
Gets the blob's xpath.
Definition at line 31 of file BlobAdapter.cs.
1.8.10