SP.BasePermissions object
Specifies a set of built-in permissions.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.BasePermissions()
The BasePermissions object has the following members.
Constructor
The BasePermissions object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.BasePermissions object. |
Methods
The BasePermissions object has the following methods.
|
Method |
Description |
|---|---|
|
Clears the specified permission for the current instance. |
|
|
Clears all permissions for the current instance. |
|
|
Determines whether this instance and the specified SP.BasePermissions object have the same permissions. |
|
|
Determines whether the current instance has the specified permission. |
|
|
Determines whether the current instance has the specified set of permissions. |
|
|
Sets the specified permission for the current instance. |
Properties
The BasePermissions object has the following properties.
|
Property |
Description |
|---|---|
|
This member is reserved for internal use and is not intended to be used directly from your code. |