summaryM:DotNetNuke.Web.InternalServices.RelationshipServiceController.AcceptFriend(DotNetNuke.Web.InternalServices.NotificationDTO)
Namespace: DotNetNuke.Web.InternalServicesAssembly: DotNetNuke.Web (in DotNetNuke.Web.dll)
Syntax
C# |
---|
[HttpPostAttribute] [ValidateAntiForgeryTokenAttribute] public HttpResponseMessage AcceptFriend( NotificationDTO postData ) |
Visual Basic |
---|
<HttpPostAttribute> <ValidateAntiForgeryTokenAttribute> Public Function AcceptFriend ( postData As NotificationDTO ) As HttpResponseMessage |
Parameters
- postData
- Type: DotNetNuke.Web.InternalServices..::..NotificationDTO
parampostDataM:DotNetNuke.Web.InternalServices.RelationshipServiceController.AcceptFriend(DotNetNuke.Web.InternalServices.NotificationDTO)