SPAcl<T>.Item property
Gets the specified access control entry from the access control list.
Overload list
Name | Description | |
---|---|---|
Item[Int32] | Gets the access control entry at the specified index in the access control list. | |
Item[String] | Gets the access control entry from the access control list based on the specified principal name. |
Top