Skip to content

Setting up template

Shahriar Hossain edited this page Jan 29, 2016 · 2 revisions

Setting up template from gallery

ContentTemplate template = new ContentTemplate()
{
   id = "18073"  //Put your template id that you want to use
};
var setContentStatus = campaign.SetCampaignContentAsync(campaignId, template).Result;