MagifyManager․Content
Overview
This part of the MagifyManager
provides access to operations with content.
GetContentList
List<ContentItem> GetContentList(
string group,
string key,
List<string> tags = null
)
Tries to find content info by given parameters.
GetEarliestContent
ContentItem GetEarliestContent(string group, string key)
Tries to find content info by given parameters and tag 'earliest'.
GetLatestContent
ContentItem GetLatestContent(string group, string key)
Tries to find content info by given parameters and tag 'latest'.