RightsSensitiveVisibilityHelper members
Represents a hyperlink that is hidden if the current user does not have appropriate permissions for the current Web site or list.
The RightsSensitiveVisibilityHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
UserHasRights(PermissionContext, SPBasePermissions, PermissionMode, SPList) | Returns a Boolean value that indicates whether the current user has permissions for a specified SPList object. | |
UserHasRights(PermissionContext, SPBasePermissions, PermissionMode, SPContext, SPWeb, SPList) | Returns a Boolean value that indicates whether the current user has permissions for a specified SPList object. | |
UserHasRightsOnCurrentListItem | Returns a Boolean value that indicates whether the current user has permissions for the current SPList object. |
Top