Folder - Schwenkner/SugarSyncNet GitHub Wiki
Folder class is a container for Folder information with the following properties:
public string DisplayName { get; set; }
public DateTime TimeCreated { get; set; }
public string Parent { get; set; }
public string Collections { get; set; }
public string Files { get; set; }
public string Contents { get; set; }