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