PublicAPI.Docflow.Folder.GetAllDocuments ELMA API Documentation
Get all the documents from the folder
 
 
Syntax

public IEnumerable<Document> GetAllDocuments(
	Folder folder
)

Parameters

folder
Type: Folder
Parent folder. Object. Access path: PublicAPI.Docflow.Folder

Return Value

Type: IEnumerable Document 
Documents list
See Also