File - Schwenkner/SugarSyncNet GitHub Wiki
File class is a container for File informations with the following properties:
public string DisplayName { get; set; }
public string Reference { get; set; }
public long Size { get; set; }
public DateTime LastModified { get; set; }
public DateTime TimeCreated { get; set; }
public string MediaType { get; set; }
public bool PresentOnServer { get; set; }
public string Parent { get; set; }
public string FileData { get; set; }
"FileData" is the reference URL to be used to download data stored in the file.