Share via


SearchResultsBaseToolPart.ApplyChanges method

Called by the tool pane in order to apply changes to the selected Web Part.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Overrides Sub ApplyChanges
'Usage
Dim instance As SearchResultsBaseToolPart

instance.ApplyChanges()
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public override void ApplyChanges()

See also

Reference

SearchResultsBaseToolPart class

SearchResultsBaseToolPart members

Microsoft.Office.Server.Search.WebControls namespace