NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
Represents a Documents entity, which contains a collection of Document. More...
Public Member Functions | |
Documents () | |
Initializes a new instance of Documents. More... | |
Public Member Functions inherited from NuxeoClient.Wrappers.Entity | |
Entity () | |
Initializes a new instance of Entity. More... | |
Properties | |
List< Document > | Entries [get, protected set] |
Gets the list of documents. More... | |
Properties inherited from NuxeoClient.Wrappers.Entity | |
string | EntityType [get, set] |
Gets the entity type. More... | |
Represents a Documents entity, which contains a collection of Document.
Definition at line 27 of file Documents.cs.
NuxeoClient.Wrappers.Documents.Documents | ( | ) |
Initializes a new instance of Documents.
Definition at line 38 of file Documents.cs.
|
getprotected set |
Gets the list of documents.
Definition at line 33 of file Documents.cs.