Sites.GetUpdatedFormDigestInformation Method

Namespace:  [Sites Web service]
Web service reference: http://Site/_vti_bin/Sites.asmx

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetUpdatedFormDigestInformation", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetUpdatedFormDigestInformation ( _
    url As String _
) As FormDigestInformation
'Usage
Dim instance As Sites
Dim url As String
Dim returnValue As FormDigestInformation

returnValue = instance.GetUpdatedFormDigestInformation(url)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetUpdatedFormDigestInformation", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public FormDigestInformation GetUpdatedFormDigestInformation(
    string url
)

Parameters

Return Value

Type: [Sites Web service].FormDigestInformation

See Also

Reference

Sites Class

Sites Members

Sites Web Service