IWebPartVariationUpdate.Update método
Atualiza todas as propriedades em um controle de Web Parts que dependem da localização da página na hierarquia do servidor.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
Sub Update ( _
ownerWeb As PublishingWeb _
)
'Uso
Dim instance As IWebPartVariationUpdate
Dim ownerWeb As PublishingWeb
instance.Update(ownerWeb)
void Update(
PublishingWeb ownerWeb
)
Parâmetros
ownerWeb
Tipo: Microsoft.SharePoint.Publishing.PublishingWebProprietário da PublishingWeb
Exemplos
String oldAnchor = this.WebAnchorLocation;
//"this" is a Web Part class
this.WebAnchorLocation = ownerWeb.GetVariationUrlFromSourceUrl(oldAnchor);
Dim oldAnchor As String = Me.WebAnchorLocation
'"this" is a Web Part class
Me.WebAnchorLocation = ownerWeb.GetVariationUrlFromSourceUrl(oldAnchor)
Ver também
Referência
IWebPartVariationUpdate interface