Imaging.Edit Method
Not implemented.
Namespace: [Imaging Web service]
Web service reference: http://Site/_vti_bin/Imaging.asmx
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/ois/Edit", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/ois/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/ois/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function Edit ( _
strListName As String, _
strFolder As String, _
itemFileName As String, _
recipe As XmlElement _
) As XmlNode
'Usage
Dim instance As Imaging
Dim strListName As String
Dim strFolder As String
Dim itemFileName As String
Dim recipe As XmlElement
Dim returnValue As XmlNode
returnValue = instance.Edit(strListName, _
strFolder, itemFileName, recipe)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/ois/Edit", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/ois/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/ois/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public XmlNode Edit(
string strListName,
string strFolder,
string itemFileName,
XmlElement recipe
)
Parameters
- strListName
Type: System.String
- strFolder
Type: System.String
- itemFileName
Type: System.String
- recipe
Type: System.Xml.XmlElement
Return Value
Type: System.Xml.XmlNode
This method is not implemented and always returns "<notImplemented/>".
Exceptions
Exception | Condition |
---|---|
[0x1] | ListNotFound: The requested list is not found. |
[0x2] | IsNotLibrary: The requested list, although found, is not a picture library. |
[0x3] | ItemNotFound: The requested list item is not found. |
[0x4] | FolderNotFound: The requested folder is not found. |
[0x5] | InvalidArgument: One or more arguments are not valid. |
[0x6] | FileExists: The file already exists, and the user does not specify the overwrite option. |