SPItemEventProperties.IsBackgroundSave property
Gets a Boolean value that indicates whether the current update operation was triggered by a non-user gesture like a background thread or automated save.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsBackgroundSave As Boolean
Get
'Usage
Dim instance As SPItemEventProperties
Dim value As Boolean
value = instance.IsBackgroundSave
public bool IsBackgroundSave { get; }
Property value
Type: System.Boolean
true if the current update operation was triggered by a non-user gesture; otherwise, false.