Hi everyone,
I'm creating a news-item from a custom-module, but the news-item is put into the archive in the news-module. Why?
Here's the pseudo-code:
Dynamicweb.NewsV2.NewsItem item = new NewsItem();
item.Archive = false;
item.NewsActive = True;
item.Save();
There is some more stuff, but not important (I guess).
I've tried setting NewsActive to false too, but it doesn't make a difference in this case.
Some please get back asap :-)
Developer forum
News are put into archive in my custom-module
Replies
You must be logged in to post in the forum