TableOfContentsWebPart.IWebPartVariationUpdate.Update Method
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
- ownerWeb
Type: Microsoft.SharePoint.Publishing.PublishingWeb
Implements
IWebPartVariationUpdate.Update(PublishingWeb)