ContentByQueryWebPart.Update Method
This function is 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.PublishingWeb
Implements
IWebPartVariationUpdate.Update(PublishingWeb)