You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Friends Class > Friends Methods > MoveFriend
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Friends.MoveFriend Method

Moves a friend into another friend directory. 

This method can be accessed through the Friends.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Community/Friends.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "MoveFriend", Description = "Moves a friend into another friend directory.")]
public void MoveFriend(long friendUserId, long userId, long directoryId);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "MoveFriend", Description = "Moves a friend into another friend directory.")>
Public Function MoveFriend(friendUserId As long, userId As long, directoryId As long) As void
Parameters 
Description 
friendUserId 
ID of friend to move. 
userId 
ID of user moving the friend. 
directoryId 
ID of the directory to move the friend into. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!