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

Related articles

ICampaignHandler

Request config by scopes

LimitedTimeOfferBase

Popups

Magify settings

MagifyManager․Logging