SPGlobalAdmin.AllowUnsafeUpdates-Eigenschaft
HINWEIS: Diese API ist veraltet.
Veraltet. Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob Aktualisierungen in der Datenbank als Ergebnis einer GET-Anforderung oder ohne einen Webseiten-Sicherheitsüberprüfung zulässig sind.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.", _
False)> _
Public Property AllowUnsafeUpdates As Boolean
Get
Set
'Usage
Dim instance As SPGlobalAdmin
Dim value As Boolean
value = instance.AllowUnsafeUpdates
instance.AllowUnsafeUpdates = value
[ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.",
false)]
public bool AllowUnsafeUpdates { get; set; }
Eigenschaftswert
Typ: System.Boolean
true an unsichere Aktualisierungen zulässig sind; andernfalls false.