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

Updates the rating when a user clicks on a bookmark and visits the site. Each click increases the the rank of a bookmark by a single point.

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

Syntax

C#
public void UpdateRank(
	int htmlId
)
Visual Basic (Declaration)
Public Sub UpdateRank ( _
	htmlId As Integer _
)
Visual C++
public:
void UpdateRank(
	int htmlId
)

Parameters

htmlId
Type: System..::.Int32
The id of the groupbookmark which the user clicked on.

See Also