Documentation update 3.6.0 (#5257)

* documentation update 3.6.0

* documentation update 3.6.0

* update missing doc
This commit is contained in:
Eugenio Romano
2019-11-18 12:34:28 +00:00
committed by GitHub
parent 7ca2f5d1e9
commit a6ad7a5ad0
113 changed files with 421 additions and 374 deletions

View File

@@ -161,6 +161,14 @@ export class DocumentListService implements DocumentListLoader {
return this.customResourcesService.isCustomSource(nodeId);
}
/**
* Load a folder by Node Id.
* @param nodeId ID of the folder node
* @param pagination
* @param includeFields List of data field names to include in the results
* @param where Optionally filter the list
* @returns Details of the folder
*/
loadFolderByNodeId(nodeId: string, pagination: PaginationModel, includeFields: string[], where?: string): Observable<DocumentLoaderNode> {
if (this.customResourcesService.isCustomSource(nodeId)) {
return this.customResourcesService.loadFolderByNodeId(nodeId, pagination, includeFields).pipe(