Imaging.Edit method

Not implemented.

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

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

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.

See also

Reference

Imaging class

Imaging members

WebSvcImaging namespace