SharePointPermission.IsUnrestricted Method

Determines whether the current instance of the permission has unrestricted access to the resources protected by the permission.

Namespace:  Microsoft.SharePoint.Security
Assembly:  Microsoft.SharePoint.Security (in Microsoft.SharePoint.Security.dll)

Syntax

'Declaration
Public Function IsUnrestricted As Boolean
'Usage
Dim instance As SharePointPermission
Dim returnValue As Boolean

returnValue = instance.IsUnrestricted()
public bool IsUnrestricted()

Return Value

Type: System.Boolean
true if the current permission is unrestricted; otherwise, false.

Implements

IUnrestrictedPermission.IsUnrestricted()

Remarks

An unrestricted permission represents access to any and all resources protected by the permission.

See Also

Reference

SharePointPermission Class

SharePointPermission Members

Microsoft.SharePoint.Security Namespace