SPPushNotificationSubscriber members
Represents a push notification subscriber over a site.
The SPPushNotificationSubscriber type exposes the following members.
Properties
Name | Description | |
---|---|---|
CustomArgs | Gets or sets the custom arguments specified by the app. | |
DeviceAppInstanceId | Gets the identifier of the device app instance. | |
LastModifiedTimeStamp | Gets the timestamp that indicates when the subscription was last modified. | |
RegistrationTimeStamp | Gets the timestamp that indicates when the device registered for notifications. | |
ServiceToken | Gets or sets the service token. | |
SubscriberType | Gets or sets the subscriber type value. | |
User | Gets the SharePoint user who created this subscriber. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides Object.ToString().) | |
Update | Updates the push notification subscriber on the site. |
Top