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
I am having performance problem when using libary.HasAccess(id,path), can I use something else instead?
This is called several times, and it dosen't performe very well:
child.Children().Where(x => x.IsVisible() && library.HasAccess(x.Id, x.Path)).ToList();
Thank very much in advance.
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
Performance problmem when working with public access in views
I am having performance problem when using libary.HasAccess(id,path), can I use something else instead?
This is called several times, and it dosen't performe very well:
child.Children().Where(x => x.IsVisible() && library.HasAccess(x.Id, x.Path)).ToList();
Thank very much in advance.
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.