London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I think both of them will return the same language. If you want to load a different language just use the IContentLoader to reload the ReferencedID in whatever language you need or to load all the languages of a content item
Can anyone show me an example of how the
ReferenceInformation
class is used?What's the difference between an "owner" property and a "referenced" property? For example, what objects do
OwnerLanguage
andReferencedLanguage
refer to?An
IEnumerable<ReferenceInformation>
is returned by theGetReferencesToContent(ContentReference, Boolean)
method ofIContentRepository
.Can I use it to get from one language version of a page to another version of that page in a different language?
TIA, Jim