[This is preliminary documentation and is subject to change.]
            Checks if an alert is pending for the Current login user.
            
    Namespace: 
   OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public bool IsAlertPending( int userId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function IsAlertPending ( _ userId As Integer _ ) As Boolean  | 
| Visual C++ | 
|---|
public: bool IsAlertPending( int userId )  | 
Parameters
- userId
 - Type: System..::.Int32
The unique identifier for the user. 
