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
To get the domains for an application I use
Domain.GetDomains()
Is there now a new way to do this in the new services? Or do we still use this same method?
In case anyone is interested, in v7.3 there is now
var domainService = ApplicationContext.Current.Services.DomainService; var domains = domainService.GetAll(true).ToList();
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
ApplicationContext Services Domain.GetDomains() Equivalant
To get the domains for an application I use
Is there now a new way to do this in the new services? Or do we still use this same method?
In case anyone is interested, in v7.3 there is now
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.