Class RelationshipServiceController
Inheritance
RelationshipServiceController
Assembly: DotNetNuke.Web.dll
Syntax
[DnnAuthorize]
public class RelationshipServiceController : DnnApiController
Constructors
RelationshipServiceController()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Please use overload with IHostSettings. Scheduled removal in v12.0.0.")]
public RelationshipServiceController()
RelationshipServiceController(IHostSettings)
Declaration
public RelationshipServiceController(IHostSettings hostSettings)
Parameters
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