![]() |
NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
Represents an Audit Adapter that returns the audit trails records corresponding to the target Document. More...
Public Member Functions | |
AuditAdapter () | |
Initializes a new instance of AuditAdapter. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
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 an Audit Adapter that returns the audit trails records corresponding to the target Document.
For more details about Adapters, check Nuxeo Documentation Page.
Definition at line 26 of file AuditAdapter.cs.
NuxeoClient.Adapters.AuditAdapter.AuditAdapter | ( | ) |
Initializes a new instance of AuditAdapter.
Definition at line 31 of file AuditAdapter.cs.