Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、エクストラネット/匿名ユーザーがコンテンツ ツリー アイテムにアクセスできるかどうかを文法的に定義できますか? IHttpModule の追加のケースのように必要です。ありがとう。
クラスを使用AuthorizationManagerして、次のようなアクセス権情報を取得できます。
AuthorizationManager
Sitecore.Security.AccessControl.AuthorizationManager.IsAllowed( item, Sitecore.Security.AccessControl.AccessRight.ItemRead, User.FromName("domain\\name", AccountType.User) );