Sitecore 5.0 API

Context.Access Property

Determines if a user has suffient permissions to an item.

[Visual Basic]
Public Shared ReadOnly Property Access As AccessContext
[C#]
public static Access.AccessContext Access {get;}

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.

See Also

Context Class | Sitecore Namespace