Sites.GetUpdatedFormDigest method

Namespace:  WebSvcsites
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

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

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

Return value

Type: System.String

Remarks

To access the Sites service and its methods, set a Web reference to https://Server_Name/[sites/][Site_Name/]_vti_bin/Sites.asmx.

See also

Reference

Sites class

Sites members

WebSvcsites namespace