SPAcl<T>.Add Method
Include Protected Members
Include Inherited Members
Adds a new access control entry (ACE) to the access control list.
Overload List
Name | Description | |
---|---|---|
Add(String, T, T) | Adds a new access control entry (ACE) to the access control list, overwriting any existing ACE for the specified principal based on the specified principal name, granted rights, and denied rights. | |
Add(String, String, [], T, T) | Adds a new access control entry (ACE) to the access control list, overwriting any existing ACE for the specified principal based on the specified principal name, principal display name, security identifier, granted rights, and denied rights. | |
Add(String, String, SPIdentifierType, [], T, T) | Adds a new ACE to the access control list, overwriting any existing ACE for the specified principal based on the specified principal name, principal display name, principal identifier type, security identifier, granted rights, and denied rights. |
Top