Sitecore 5.0 API

AccessContext Class

Determines if a user has sufficient permissions to an item.

For a list of all members of this type, see AccessContext Members.

System.Object
   Sitecore.Access.AccessContext

[Visual Basic]
Public Class AccessContext
[C#]
public class AccessContext

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A user has access to an item, if the user has sufficient security permissions and the current workflow state of the item permits the user. Access combines the permissions from both security and workflow state.

Requirements

Namespace: Sitecore.Access

Assembly: Sitecore.Kernel (in Sitecore.Kernel.dll)

See Also

AccessContext Members | Sitecore.Access Namespace