SPWeb.DoesPushNotificationSubscriberExist-Methode

Überprüft Instanz, ob der Push-Benachrichtigung Abonnenten vorhanden sind, für den aktuellen Benutzer mit der Geräteanwendung bestimmten ID.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function DoesPushNotificationSubscriberExist ( _
    deviceAppInstanceId As Guid _
) As Boolean
'Usage
Dim instance As SPWeb
Dim deviceAppInstanceId As Guid
Dim returnValue As Boolean

returnValue = instance.DoesPushNotificationSubscriberExist(deviceAppInstanceId)
public bool DoesPushNotificationSubscriberExist(
    Guid deviceAppInstanceId
)

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn das Abonnement vorhanden ist.

Siehe auch

Referenz

SPWeb Klasse

SPWeb-Member

Microsoft.SharePoint-Namespace