Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
What's the difference between the following ways to get IPublishedContent with the UmbracoHelper object?
@Umbraco.PublishedContent() @Umbraco.Content() @Umbraco.ContentQuery.Content()
What's the use of the ContentQuery object? When to use which? The ContentQuery object has a lot of methods that are also on the Umbraco helper directly and I saw new Searching capabilities with the ContentQuery object:
ContentQuery
@Umbraco.ContentQuery.Search()
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Different ways to get IPublishedContent with UmbracoHelper object
Hi,
What's the difference between the following ways to get IPublishedContent with the UmbracoHelper object?
What's the use of the
ContentQuery
object? When to use which? TheContentQuery
object has a lot of methods that are also on the Umbraco helper directly and I saw new Searching capabilities with theContentQuery
object:is working on a reply...