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)
-
0
Hi,
You can use
INotificationSubscriptionManager
and itsGetSubscriptionsAsync
method.