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)
Syntax
'Declaration
Protected Overridable Function HasAdditionalUpdateAccess As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.HasAdditionalUpdateAccess()
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.