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 命名空间