[This is preliminary documentation and is subject to change.]
            Update the tracker emails
            
    Namespace: 
   OfficeClip.DBLayer.TrackerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public void Update( int projectId, bool isEnable, TrackerEmailInfo tei, int userId )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub Update ( _ projectId As Integer, _ isEnable As Boolean, _ tei As TrackerEmailInfo, _ userId As Integer _ )  | 
| Visual C++ | 
|---|
public: void Update( int projectId, bool isEnable, TrackerEmailInfo^ tei, int userId )  | 
Parameters
- projectId
 - Type: System..::.Int32
 
- isEnable
 - Type: System..::.Boolean
 
- userId
 - Type: System..::.Int32
 
