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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...