Collection - Schwenkner/SugarSyncNet GitHub Wiki

Collection is a container for collection info with the following properties:

public string Type { get; set; }
public string DisplayName { get; set; }
public string Reference { get; set; }
public string Contents { get; set; }

A collection can be considered as an item in [CollectionContents] (CollectionContents) for further collections.

"Reference" is the reference URL of the collection while "Contents" is the URL to be used to get [CollectionContents] (CollectionContents) Information upon the collection.