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)
Available in Sandboxed Solutions: No
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