PublicAPI.Docflow.Folder.GetAllDocuments ELMA API Documentation
Get all the documents from the folder (with a possibility to search in subfolders)
 
 
Syntax

public IEnumerable<Document> GetAllDocuments(
	Folder folder,
	bool searchInInnerFolders
)

Parameters

folder
Type: Folder
Folder. Object. Access path: PublicAPI.Docflow.Folder
searchInInnerFolders
Type: System Boolean
Search documents in all the subfolders

Return Value

Type: IEnumerable Document 
Documents list
See Also