3.2.5.143.2.2.17 GetPushNotificationSubscribersByArgs
Return Type: Microsoft.SharePoint.Client.PushNotificationSubscriberCollection
Queries for the push notification subscribers for the site (2) with the specified set of custom arguments.<156>
The passed value is compared against the subscribers' custom arguments in the store and exact matches are returned as a collection. Null or empty custom arguments return subscribers without any filtering. If no match is found, an empty collection is returned.
Parameters:
customArgs: Custom arguments.
Type: CSOM String
Error Code |
Error Type Name |
Condition |
---|---|---|
-2147024891 |
System.UnauthorizedAccessException |
Caller does not have permissions for the site (2). |