Enumerate files
URL
(GET) projects/{projectid}/files/{locale}
PARAMETERS
| token | The connection token | Required | 
| projectid | The project | Required | 
| locale | The language to show files for. This must be a project source or target language. | Required | 
| namepattern | Optional filter on the file path or name. E.g. "*.htm" will show web pages in all folders and subfolders. "folder1\*.*" will show all files in a folder. | Optional | 
| from | The first record to show starting with index 0. Default is 0 | Optional | 
| count | The number of records to show, up to 100 at a time. Default is 100. | Optional | 
RESULTS
Returns a list of ApiFileInfo.
