Forum Discussion
Alan Trafford
Mar 27, 2017Brass Contributor
How would you aggregate the News from each Team Site associated with an Office 365 Group?
Hello We are starting to use Office 365 Groups within my organistation. Within each group the users can add news (it looks like news articles are just pages in the Pages library). We would like t...
Luis MaƱez
Mar 28, 2017MVP
Not 100% sure if it fits all your needs, but I think you can use SP Search to get all the Modern news articles pages. A modern news article page is based on a specific Content Type (0x0101009D1CB255DA76424F860D91F20E6C4118) and with a specific property and value: PromotedState=2
with that search query, you can get all the news articles, but keep in mind that it will return all the articles, even if they are not on a SP site coming from a Public group (perhaps are some options to filter that too)
with that search query, you can get all the news articles, but keep in mind that it will return all the articles, even if they are not on a SP site coming from a Public group (perhaps are some options to filter that too)