Web.GetPushNotificationSubscribersByUser 方法
Queries for the push notification subscribers for the site for the specified user.
命名空间: 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 GetPushNotificationSubscribersByUser ( _
userName As String _
) As PushNotificationSubscriberCollection
用法
Dim instance As Web
Dim userName As String
Dim returnValue As PushNotificationSubscriberCollection
returnValue = instance.GetPushNotificationSubscribersByUser(userName)
public PushNotificationSubscriberCollection GetPushNotificationSubscribersByUser(
string userName
)
参数
userName
类型:System.StringLogin name of the user.
返回值
类型:Microsoft.SharePoint.Client.PushNotificationSubscriberCollection
Collection of push notification subscribers.
备注
It must not be 空引用(无 在 Visual Basic 中). It must not be empty.