Moving Contents from one Folder to another

Reading your documentation, it looks like to move content from one folder to another is to use the MoveObjects method of the Folder25 Class.

I am referencing your service that is located here...  

/Wcf/API25/Folder.svc

But I see no MoveObjects method.

Here is all I see..

Screenshot of a developer forum interface showing a list of methods. The 'Move' method is highlighted, suggesting it is selected or being pointed out.

If there is no MoveObjects, how can i change the location of a topic from one module folder to another?



Generated Image Alt-Text
[edited by: RWS Community AI at 5:26 PM (GMT 0) on 14 Nov 2024]
emoji
Parents
  • Patrick, I think there is something wrong with your generated proxy.

    In our proxies we have the Move and MoveObjects methods as described in the documentation

    From a quick look, I noticed that you are also missing the RemoveShortcuts methods.

    I would look into the wsdl files to see if the function is indeed defined. If you can their presence then I believe you have an issue with your proxy generator or its configuration.

    Can you provide more information about

    1. LiveContent Architect version on the server
    2. Your Visual Studio version
    3. Target .NET framework
    4. Details from the dialog that configures the proxy. A screenshot might be enough.

    Alex

Reply
  • Patrick, I think there is something wrong with your generated proxy.

    In our proxies we have the Move and MoveObjects methods as described in the documentation

    From a quick look, I noticed that you are also missing the RemoveShortcuts methods.

    I would look into the wsdl files to see if the function is indeed defined. If you can their presence then I believe you have an issue with your proxy generator or its configuration.

    Can you provide more information about

    1. LiveContent Architect version on the server
    2. Your Visual Studio version
    3. Target .NET framework
    4. Details from the dialog that configures the proxy. A screenshot might be enough.

    Alex

Children