[This is preliminary documentation and is subject to change.]

Update the tracker emails

Namespace:  OfficeClip.DBLayer.Tracker
Assembly:  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
tei
Type: OfficeClip.BusinessLayer.Tracker..::.TrackerEmailInfo
userId
Type: System..::.Int32

See Also