IImaging.Edit method
Namespace: Microsoft.SharePoint.SoapServer
Assembly: stssoap (in stssoap.dll)
'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
)
- strListName
Type: System.String
- strFolder
Type: System.String
- itemFileName
Type: System.String
- recipe
Type: System.Xml.XmlElement
Type: Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement