Share via


WebPartGallerySourceBase.InvalidateAfterAdd property

Gets a value that indicates whether adding an item to the page invalidates any lists of items previously returned from GetItems().

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property InvalidateAfterAdd As Boolean
    Get
'Usage
Dim instance As WebPartGallerySourceBase
Dim value As Boolean

value = instance.InvalidateAfterAdd
public override bool InvalidateAfterAdd { get; }

Property value

Type: System.Boolean
false in all cases.

See also

Reference

WebPartGallerySourceBase class

WebPartGallerySourceBase members

Microsoft.SharePoint.WebPartPages namespace