CollectionContents - Schwenkner/SugarSyncNet GitHub Wiki

CollectionContents is a Container for information upon collection with the following properties:

public int Start { get; set; }
public int End { get; set; }
public bool HasMore { get; set; }
public List<Collection> Collections { get; set; }
public List<File> Files { get; set; }

Start and End give the ability to fetch only a certain amount of [Collections] (Collection) or [Files] (File).

⚠️ **GitHub.com Fallback** ⚠️