Share via


IImaging.Edit method

Namespace:  Microsoft.SharePoint.SoapServer
Assembly:  stssoap (in stssoap.dll)

Syntax

'Declaration
Function Edit ( _
    strListName As String, _
    strFolder As String, _
    itemFileName As String, _
    recipe As XmlElement _
) As SoapXml.SoapXmlElement
'Usage
Dim instance As IImaging
Dim strListName As String
Dim strFolder As String
Dim itemFileName As String
Dim recipe As XmlElement
Dim returnValue As SoapXml.SoapXmlElement

returnValue = instance.Edit(strListName, _
    strFolder, itemFileName, recipe)
SoapXml.SoapXmlElement Edit(
    string strListName,
    string strFolder,
    string itemFileName,
    XmlElement recipe
)

Parameters

Return value

Type: Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement

See also

Reference

IImaging interface

IImaging members

Microsoft.SharePoint.SoapServer namespace