Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Queries for the push notification subscribers for the site for the specified user.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetPushNotificationSubscribersByUser ( _
userName As String _
) As PushNotificationSubscriberCollection
'Usage
Dim instance As Web
Dim userName As String
Dim returnValue As PushNotificationSubscriberCollection
returnValue = instance.GetPushNotificationSubscribersByUser(userName)
public PushNotificationSubscriberCollection GetPushNotificationSubscribersByUser(
string userName
)
Parameters
userName
Type: System.StringLogin name of the user.
Return value
Type: Microsoft.SharePoint.Client.PushNotificationSubscriberCollection
Collection of push notification subscribers.
Remarks
It must not be a null reference (Nothing in Visual Basic). It must not be empty.