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