Share via


Webs.UpdateColumns method

Creates, updates, or deletes one or more columns on the specified site.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/UpdateColumns", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function UpdateColumns ( _
    newFields As XmlNode, _
    updateFields As XmlNode, _
    deleteFields As XmlNode _
) As XmlNode
'Usage
Dim instance As Webs
Dim newFields As XmlNode
Dim updateFields As XmlNode
Dim deleteFields As XmlNode
Dim returnValue As XmlNode

returnValue = instance.UpdateColumns(newFields, _
    updateFields, deleteFields)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/UpdateColumns", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public XmlNode UpdateColumns(
    XmlNode newFields,
    XmlNode updateFields,
    XmlNode deleteFields
)

Parameters

  • newFields
    Type: System.Xml.XmlNode

    A string that represents the collection of columns to create on the site.

  • updateFields
    Type: System.Xml.XmlNode

    A string that represents the collection of columns to update on the site.

  • deleteFields
    Type: System.Xml.XmlNode

    A string that represents the collection of columns to delete from the site.

Return value

Type: System.Xml.XmlNode

See also

Reference

Webs class

Webs members

WebSvcWebs namespace

Other resources

Content Types

Content Type Scope

Content Type IDs

Fields and Field References