AlertInfo Members
Include Protected Members
Include Inherited Members
A structure containing common information for the authenticated user listed as current user, in addition to a list of alert subscriptions.
The AlertInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
Alerts | This represents a list of alert subscription structures which contain information about each current alert subscription. | |
AlertServerName | The name of the server storing the current list of alert subscriptions. | |
AlertServerType | An implementation-dependent string. | |
AlertServerUrl | A string representing the URL for the site storing the alert subscriptions. | |
AlertsManagementUrl | A URL to a page for the current list of alert subscriptions. | |
AlertWebId | A string representing a GUID that uniquely identifies the site containing the returned alert subscriptions. | |
AlertWebTitle | The title of the site on which the alert subscriptions are stored. This SHOULD be the friendly name of the site. | |
CurrentUser | The name of the authenticated user for the current connection. | |
NewAlertUrl | A URL that should represent a site page that allows an authenticated user to create new alert subscriptions. |
Top