When I call ModuleECommerce.Instance.Campaigns.GetAll(true), is there any specific order the result returns in? It dosent seem to be in the priority, is it by date created?
Litium version: 6.2.2
When I call ModuleECommerce.Instance.Campaigns.GetAll(true), is there any specific order the result returns in? It dosent seem to be in the priority, is it by date created?
Litium version: 6.2.2
The campaigns is unsorted, or probably by the byte value of the campaign id that is an Guid
. Anyway I should say that they are unsorted.