ContentByQueryWebPart.Update Method
Called to update a ContentByQueryWebPart object when it is pushed to another variation label.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub Update ( _
ownerWeb As PublishingWeb _
)
'Usage
Dim instance As ContentByQueryWebPart
Dim ownerWeb As PublishingWeb
instance.Update(ownerWeb)
public void Update(
PublishingWeb ownerWeb
)
Parameters
ownerWeb
Type: Microsoft.SharePoint.Publishing.PublishingWebThe PublishingWeb object where the Content By Query Web Part appears.
Implements
IWebPartVariationUpdate.Update(PublishingWeb)