Share via


TableOfContentsWebPart.IWebPartVariationUpdate.Update method

Updates any properties within a Web Part control that are dependent on the location of the page in the server hierarchy.

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

Syntax

'Declaration
Private Sub Update ( _
    ownerWeb As PublishingWeb _
) Implements IWebPartVariationUpdate.Update
'Usage
Dim instance As TableOfContentsWebPart
Dim ownerWeb As PublishingWeb

CType(instance, IWebPartVariationUpdate).Update(ownerWeb)
void IWebPartVariationUpdate.Update(
    PublishingWeb ownerWeb
)

Parameters

Implements

IWebPartVariationUpdate.Update(PublishingWeb)

See also

Reference

TableOfContentsWebPart class

TableOfContentsWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace