File Manager
This manager is responsible for retrieving files from server side, using a FileRecord description model with attributes such as:
- File unique identifier
- Merchant reference identifier
- Category reference identifier
- Original file name
- URL
Optionally, you can filter the objects by specifying a exact match search, or filters by merchant or categories. Also its possible to get listed all files from a category.
When downloading a file, you can either use the id request and download the file directly, or use the URL from the FileRecord.
Sample Code
In the following code, a unique identifier for the FileRecord is used to obtain information on that member.
Universal Windows Platform SDK coming soon