SPPersistedObject.HasAdditionalUpdateAccess Method

Override this method to allow more users to update the object.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedMethod)> _
Protected Overridable Function HasAdditionalUpdateAccess As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.HasAdditionalUpdateAccess()
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedMethod)]
protected virtual bool HasAdditionalUpdateAccess()

Return Value

Type: System.Boolean
Boolean
true specifies that more users can update the object; otherwise, false. The default value is false.

See Also

Reference

SPPersistedObject Class

SPPersistedObject Members

Microsoft.SharePoint.Administration Namespace