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

Updates the weight of a particular a bookmark in the database when the user clicked on it.

Namespace:  OfficeClip.DBLayer.OfficePortal
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void UpdateWeight(
	int userId,
	int htmlId,
	int urlWeight
)
Visual Basic (Declaration)
Public Sub UpdateWeight ( _
	userId As Integer, _
	htmlId As Integer, _
	urlWeight As Integer _
)
Visual C++
public:
void UpdateWeight(
	int userId, 
	int htmlId, 
	int urlWeight
)

Parameters

userId
Type: System..::.Int32
The unique id of the user
htmlId
Type: System..::.Int32
The id of the groupbookmark on which the user clicked.
urlWeight
Type: System..::.Int32
The url weight decides how the user ranked the url, typical value varies from 0 to 10

See Also