fix model binding and more stuff in views

This commit is contained in:
Shannon
2021-04-09 16:31:03 +10:00
parent 8ea88a980a
commit a745ef54a7
6 changed files with 21 additions and 14 deletions

View File

@@ -18,5 +18,11 @@ namespace Umbraco.Cms.Core.Security
IEnumerable<string> allowTypes = null,
IEnumerable<string> allowGroups = null,
IEnumerable<int> allowMembers = null);
// TODO: We'll need to add some additional things here that people will be using in their code:
// bool MemberHasAccess(string path);
// IReadOnlyDictionary<string, bool> MemberHasAccess(IEnumerable<string> paths)
// Possibly some others from the old MembershipHelper
}
}