Base solution for your next web application
Open Closed

how to get list of user against a subscribed Entity for notifiction #10006


User avatar
0
mahendra created
  • What is your product version?
  • 5.2
  • What is your product type (Angular or MVC)?
  • Angular
  • What is product framework type (.net framework or .net core)?
  • .net Core

I am sending entity notification. I want to get the subcriber user against the Entity is there any method available in the Framework or otherways to get this list.

Thanks Ashish


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can use INotificationSubscriptionManager and its GetSubscriptionsAsync method.