Enumerate files_
This method permits to enumerate all or selected files in the reference material of the project.
URL
(GET) projects/{projectid}/files/refmaterial
PARAMETERS
| token | The connection token | Required | 
| projectid | The project | 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 where "TranslationMode" takes automatically "TranslationNo" value since files in reference material are never translated. The value of the "Locale" property is null.
