MagifyManager․Content

Overview

This part of the MagifyManager provides access to operations with content via ContentItem.

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'.

Related articles

Service Time

InfoProduct

MagifyManager․Features

MagifyManager․Storage

ConfigScope

AdvertiserService