You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Friends Class > Friends Methods > DeletePendingFriendRequest Method > DeletePendingFriendRequest
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Friends.DeletePendingFriendRequest Method (long, string)

Deletes a pending friend request. 

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 = "DeletePendingFriendRequest by email address", Description = "Deletes a pending friend request.")]
public void DeletePendingFriendRequest(long fromUserId, string toEmailAddress);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "DeletePendingFriendRequest by email address", Description = "Deletes a pending friend request.")>
Public Function DeletePendingFriendRequest(fromUserId As long, toEmailAddress As string) As void
Parameters 
Description 
fromUserId 
The ID of the user who sent original friend request. 
toEmailAddress 
The Email address of the user who received friend request. 
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!