[This is preliminary documentation and is subject to change.]
Gets all the alerts for a particular user. This includes only
Active alerts, i.e. not archived alerts.
Namespace:
OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetAlertDetailsByUser( int userId ) |
Visual Basic (Declaration) |
---|
Public Function GetAlertDetailsByUser ( _ userId As Integer _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetAlertDetailsByUser( int userId ) |
Parameters
- userId
- Type: System..::.Int32
The unique id for the user.
Return Value
The DataSet containing all the alerts. Following are the columns of the dataset. The dataset consists of the following fields:- alertType(string)
- action(string)
- name(string as (firstname lastname))
- alertId(int)
- message(string)
- createdDatetime(datetime)