ContentByQueryToolPart.ApplyChanges Method

Applies current settings to the selected Web Part.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

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

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

Remarks

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

See Also

Reference

ContentByQueryToolPart Class

ContentByQueryToolPart Members

Microsoft.SharePoint.Publishing.WebControls Namespace