Class RelationshipServiceController
Inheritance
RelationshipServiceController
Assembly: DotNetNuke.Web.dll
Syntax
[DnnAuthorize]
public class RelationshipServiceController : DnnApiController
Constructors
RelationshipServiceController()
Declaration
public RelationshipServiceController()
Methods
AcceptFriend(NotificationDTO)
Declaration
[ValidateAntiForgeryToken]
public HttpResponseMessage AcceptFriend(NotificationDTO postData)
Parameters
Returns
FollowBack(NotificationDTO)
Declaration
[ValidateAntiForgeryToken]
public HttpResponseMessage FollowBack(NotificationDTO postData)
Parameters
Returns
Extension Methods