Sitecore 5.1.1 API

AccessContext.IsAllowed Method 

[Visual Basic]
Public Function IsAllowed( _
   ByVal operation As ItemOperation, _
   ByVal item As Item _
) As Boolean
[C#]
public bool IsAllowed(
   ItemOperation operation,
   Item item
);

See Also

AccessContext Class | Sitecore.Access Namespace