Поделиться через


Метод Web.GetPushNotificationSubscribersByArgs

Queries for the push notification subscribers for the site with the specified set of custom arguments.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.

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public Function GetPushNotificationSubscribersByArgs ( _
    customArgs As String _
) As PushNotificationSubscriberCollection
'Применение
Dim instance As Web
Dim customArgs As String
Dim returnValue As PushNotificationSubscriberCollection

returnValue = instance.GetPushNotificationSubscribersByArgs(customArgs)
public PushNotificationSubscriberCollection GetPushNotificationSubscribersByArgs(
    string customArgs
)

Параметры

Возвращаемое значение

Тип: Microsoft.SharePoint.Client.PushNotificationSubscriberCollection
Collection of push notification subscribers.

См. также

Справочные материалы

Web класс

Элементы Web

Пространство имен Microsoft.SharePoint.Client